#2024e5

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

Shades of Persian Blue #2024E5

Tints of Persian Blue #2024E5

Color information

#2024E5 (or 0x2024E5) is unknown color: approx Persian Blue. HEX triplet: 20, 24 and E5. RGB value is (32,36,229). Sum of RGB (Red+Green+Blue) = 32+36+229=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 229 (89.84% from 255 or 77.10% from 297); Max value from RGB is 229 - color contains mainly: blue. Hex color #2024E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2024E5 is #DFDB1A. Grayscale: #383838. Windows color (decimal): -14670619 or 15016992. OLE color: 15016992.

HSL color Cylindrical-coordinate representation of color #2024E5: hue angle of 238.78º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2024E5 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3236229-
CMYK0.860.8400.10
HSL238.78º79.12%51.18%-
HSV(B)238.78º86.03%89.8%-
XYZ15.377.2374.71-
YUV56.81225.17110.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.77%
GREEN value IS 36 (14.45% from 255) = 12.12%
BLUE value IS 229 (89.84% from 255) = 77.10%
R=10.77%
G=12.12%
B=77.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal32362290.860.8400.10238.7879.1251.18
Hex2024E556540Aef4f33
Octal404434512612401235711763
Binary100000100100111001011010110101010001010111011111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2024e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2024e5; }

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

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

<style>
 a { background-color: #2024e5; }

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

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

<style>
 span { border-color: #2024e5; }

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

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