#2436B4

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

Shades of Persian Blue #2436B4

Tints of Persian Blue #2436B4

Color information

#2436B4 (or 0x2436B4) is unknown color: approx Persian Blue. HEX triplet: 24, 36 and B4. RGB value is (36,54,180). Sum of RGB (Red+Green+Blue) = 36+54+180=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 180 (70.70% from 255 or 66.67% from 270); Max value from RGB is 180 - color contains mainly: blue. Hex color #2436B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2436B4 is #DBC94B. Grayscale: #3E3E3E. Windows color (decimal): -14403916 or 11810340. OLE color: 11810340.

HSL color Cylindrical-coordinate representation of color #2436B4: hue angle of 232.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2436B4 is Cyan = 0.8, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3654180-
CMYK0.80.700.29
HSL232.5º66.67%42.35%-
HSV(B)232.5º80%70.59%-
XYZ10.286.3143.86-
YUV62.98194.04108.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.33%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 180 (70.70% from 255) = 66.67%
R=13.33%
G=20%
B=66.67%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal36541800.80.700.29232.566.6742.35
Hex2436B4504601De8432a
Octal446626412010603535010352
Binary1001001101101011010010100001000110011101111010001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2436B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2436B4; }

 p { color: rgb(36,54,180); }

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

<style>
 a { background-color: #2436B4; }

 a { background-color: rgb(36,54,180); }

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

<style>
 span { border-color: #2436B4; }

 span { border-color: rgb(36,54,180); }

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