#2416B8

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

Shades of Persian Blue #2416B8

Tints of Persian Blue #2416B8

Color information

#2416B8 (or 0x2416B8) is unknown color: approx Persian Blue. HEX triplet: 24, 16 and B8. RGB value is (36,22,184). Sum of RGB (Red+Green+Blue) = 36+22+184=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 184 (72.27% from 255 or 76.03% from 242); Max value from RGB is 184 - color contains mainly: blue. Hex color #2416B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2416B8 is #DBE947. Grayscale: #2C2C2C. Windows color (decimal): -14412104 or 12064292. OLE color: 12064292.

HSL color Cylindrical-coordinate representation of color #2416B8: hue angle of 245.19º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2416B8 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3622184-
CMYK0.800.8800.28
HSL245.19º78.64%40.39%-
HSV(B)245.19º88.04%72.16%-
XYZ9.674.4145.69-
YUV44.65206.64121.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 184 (72.27% from 255) = 76.03%
R=14.88%
G=9.09%
B=76.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal36221840.800.8800.28245.1978.6440.39
Hex2416B8505801Cf54f28
Octal442627012013003436511750
Binary100100101101011100010100001011000011100111101011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2416B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2416B8; }

 p { color: rgb(36,22,184); }

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

<style>
 a { background-color: #2416B8; }

 a { background-color: rgb(36,22,184); }

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

<style>
 span { border-color: #2416B8; }

 span { border-color: rgb(36,22,184); }

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