#2B3CA6

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

Shades of Persian Blue #2B3CA6

Tints of Persian Blue #2B3CA6

Color information

#2B3CA6 (or 0x2B3CA6) is unknown color: approx Persian Blue. HEX triplet: 2B, 3C and A6. RGB value is (43,60,166). Sum of RGB (Red+Green+Blue) = 43+60+166=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 166 (65.23% from 255 or 61.71% from 269); Max value from RGB is 166 - color contains mainly: blue. Hex color #2B3CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3CA6 is #D4C359. Grayscale: #424242. Windows color (decimal): -13943642 or 10894379. OLE color: 10894379.

HSL color Cylindrical-coordinate representation of color #2B3CA6: hue angle of 231.71º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B3CA6 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4360166-
CMYK0.740.6400.35
HSL231.71º58.85%40.98%-
HSV(B)231.71º74.1%65.1%-
XYZ9.56.536.83-
YUV67183.87110.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 60 (23.83% from 255) = 22.30%
BLUE value IS 166 (65.23% from 255) = 61.71%
R=15.99%
G=22.30%
B=61.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43601660.740.6400.35231.7158.8540.98
Hex2B3CA64A40023e83b29
Octal53742461121000433507351
Binary1010111111001010011010010101000000010001111101000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,60,166); }

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

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

 a { background-color: rgb(43,60,166); }

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

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

 span { border-color: rgb(43,60,166); }

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