#2b3bbb

Color #2B3BBB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2B3BBB

Tints of Persian Blue #2B3BBB

Color information

#2B3BBB (or 0x2B3BBB) is unknown color: approx Persian Blue. HEX triplet: 2B, 3B and BB. RGB value is (43,59,187). Sum of RGB (Red+Green+Blue) = 43+59+187=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B3BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3BBB is #D4C444. Grayscale: #444444. Windows color (decimal): -13943877 or 12270379. OLE color: 12270379.

HSL color Cylindrical-coordinate representation of color #2B3BBB: hue angle of 233.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B3BBB is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4359187-
CMYK0.770.6800.27
HSL233.33º62.61%45.1%-
HSV(B)233.33º77.01%73.33%-
XYZ11.537.2347.8-
YUV68.81194.7109.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 14.88%
GREEN value IS 59 (23.44% from 255) = 20.42%
BLUE value IS 187 (73.44% from 255) = 64.71%
R=14.88%
G=20.42%
B=64.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43591870.770.6800.27233.3362.6145.1
Hex2B3BBB4D4401Be93f2d
Octal53732731151040333517755
Binary101011111011101110111001101100010001101111101001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b3bbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2b3bbb; }

 p { color: rgb(43,59,187); }

 H1.HeaderClassName
 {
   color: #2b3bbb;
 }
 .AnyTagClassName
 {
   color: #2b3bbb;
 }
</style>
background-color css

<style>
 a { background-color: #2b3bbb; }

 a { background-color: rgb(43,59,187); }

 div.DivClassName
 {
   background-color: #2b3bbb;
 }
 .BgClassName
 {
   background-color: #2b3bbb;
 }
</style>
border-color css

<style>
 span { border-color: #2b3bbb; }

 span { border-color: rgb(43,59,187); }

 td.TdClassName
 {
   border-color: #2b3bbb;
 }
 .TagClassName
 {
   border-color: #2b3bbb;
 }
</style>