#2420CF

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

Shades of Persian Blue #2420CF

Tints of Persian Blue #2420CF

Color information

#2420CF (or 0x2420CF) is unknown color: approx Persian Blue. HEX triplet: 24, 20 and CF. RGB value is (36,32,207). Sum of RGB (Red+Green+Blue) = 36+32+207=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #2420CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2420CF is #DBDF30. Grayscale: #343434. Windows color (decimal): -14409521 or 13574180. OLE color: 13574180.

HSL color Cylindrical-coordinate representation of color #2420CF: hue angle of 241.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2420CF is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3632207-
CMYK0.830.8500.19
HSL241.37º73.22%46.86%-
HSV(B)241.37º84.54%81.18%-
XYZ12.515.9159.51-
YUV53.15214.83115.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 207 (81.25% from 255) = 75.27%
R=13.09%
G=11.64%
B=75.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal36322070.830.8500.19241.3773.2246.86
Hex2420CF5355013f1492f
Octal444031712312502336111157
Binary1001001000001100111110100111010101010011111100011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2420CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2420CF; }

 p { color: rgb(36,32,207); }

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

<style>
 a { background-color: #2420CF; }

 a { background-color: rgb(36,32,207); }

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

<style>
 span { border-color: #2420CF; }

 span { border-color: rgb(36,32,207); }

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