#2435AD

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

Shades of Persian Blue #2435AD

Tints of Persian Blue #2435AD

Color information

#2435AD (or 0x2435AD) is unknown color: approx Persian Blue. HEX triplet: 24, 35 and AD. RGB value is (36,53,173). Sum of RGB (Red+Green+Blue) = 36+53+173=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #2435AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2435AD is #DBCA52. Grayscale: #3D3D3D. Windows color (decimal): -14404179 or 11351332. OLE color: 11351332.

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

Color convert

RGB3653173-
CMYK0.790.6900.32
HSL232.55º65.55%40.98%-
HSV(B)232.55º79.19%67.84%-
XYZ9.545.9440.18-
YUV61.6190.87109.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.74%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 173 (67.97% from 255) = 66.03%
R=13.74%
G=20.23%
B=66.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal36531730.790.6900.32232.5565.5540.98
Hex2435AD4F45020e94229
Octal446525511710504035110251
Binary10010011010110101101100111110001010100000111010011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2435AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2435AD; }

 p { color: rgb(36,53,173); }

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

<style>
 a { background-color: #2435AD; }

 a { background-color: rgb(36,53,173); }

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

<style>
 span { border-color: #2435AD; }

 span { border-color: rgb(36,53,173); }

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