#2B36AB

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

Shades of Persian Blue #2B36AB

Tints of Persian Blue #2B36AB

Color information

#2B36AB (or 0x2B36AB) is unknown color: approx Persian Blue. HEX triplet: 2B, 36 and AB. RGB value is (43,54,171). Sum of RGB (Red+Green+Blue) = 43+54+171=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B36AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B36AB is #D4C954. Grayscale: #3F3F3F. Windows color (decimal): -13945173 or 11220523. OLE color: 11220523.

HSL color Cylindrical-coordinate representation of color #2B36AB: hue angle of 234.84º 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 #2B36AB is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4354171-
CMYK0.750.6800.33
HSL234.84º59.81%41.96%-
HSV(B)234.84º74.85%67.06%-
XYZ9.676.0939.19-
YUV64.05188.36112.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 171 (67.19% from 255) = 63.81%
R=16.04%
G=20.15%
B=63.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43541710.750.6800.33234.8459.8141.96
Hex2B36AB4B44021eb3c2a
Octal53662531131040413537452
Binary1010111101101010101110010111000100010000111101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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