#2436AF

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

Shades of Persian Blue #2436AF

Tints of Persian Blue #2436AF

Color information

#2436AF (or 0x2436AF) is unknown color: approx Persian Blue. HEX triplet: 24, 36 and AF. RGB value is (36,54,175). Sum of RGB (Red+Green+Blue) = 36+54+175=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #2436AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2436AF is #DBC950. Grayscale: #3D3D3D. Windows color (decimal): -14403921 or 11482660. OLE color: 11482660.

HSL color Cylindrical-coordinate representation of color #2436AF: hue angle of 232.23º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2436AF is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3654175-
CMYK0.790.6900.31
HSL232.23º65.88%41.37%-
HSV(B)232.23º79.43%68.63%-
XYZ9.786.1141.22-
YUV62.41191.54109.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.58%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 175 (68.75% from 255) = 66.04%
R=13.58%
G=20.38%
B=66.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36541750.790.6900.31232.2365.8841.37
Hex2436AF4F4501Fe84229
Octal446625711710503735010251
Binary1001001101101010111110011111000101011111111010001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2436AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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