#2B3AA9

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

Shades of Persian Blue #2B3AA9

Tints of Persian Blue #2B3AA9

Color information

#2B3AA9 (or 0x2B3AA9) is unknown color: approx Persian Blue. HEX triplet: 2B, 3A and A9. RGB value is (43,58,169). Sum of RGB (Red+Green+Blue) = 43+58+169=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 169 (66.41% from 255 or 62.59% from 270); Max value from RGB is 169 - color contains mainly: blue. Hex color #2B3AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3AA9 is #D4C556. Grayscale: #414141. Windows color (decimal): -13944151 or 11090475. OLE color: 11090475.

HSL color Cylindrical-coordinate representation of color #2B3AA9: hue angle of 232.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B3AA9 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4358169-
CMYK0.750.6600.34
HSL232.86º59.43%41.57%-
HSV(B)232.86º74.56%66.27%-
XYZ9.676.438.26-
YUV66.17186.03111.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 169 (66.41% from 255) = 62.59%
R=15.93%
G=21.48%
B=62.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal43581690.750.6600.34232.8659.4341.57
Hex2B3AA94B42022e93b2a
Octal53722511131020423517352
Binary1010111110101010100110010111000010010001011101001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,169); }

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

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

 a { background-color: rgb(43,58,169); }

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

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

 span { border-color: rgb(43,58,169); }

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