#2b3bab

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

Shades of Persian Blue #2B3BAB

Tints of Persian Blue #2B3BAB

Color information

#2B3BAB (or 0x2B3BAB) is unknown color: approx Persian Blue. HEX triplet: 2B, 3B and AB. RGB value is (43,59,171). Sum of RGB (Red+Green+Blue) = 43+59+171=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B3BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3BAB is #D4C454. Grayscale: #424242. Windows color (decimal): -13943893 or 11221803. OLE color: 11221803.

HSL color Cylindrical-coordinate representation of color #2B3BAB: hue angle of 232.5º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B3BAB is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4359171-
CMYK0.750.6500.33
HSL232.5º59.81%41.96%-
HSV(B)232.5º74.85%67.06%-
XYZ9.916.5839.28-
YUV66.98186.7110.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.75%
GREEN value IS 59 (23.44% from 255) = 21.61%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=15.75%
G=21.61%
B=62.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43591710.750.6500.33232.559.8141.96
Hex2B3BAB4B41021e83c2a
Octal53732531131010413507452
Binary1010111110111010101110010111000001010000111101000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b3bab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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