#2D24CA

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

Shades of Persian Blue #2D24CA

Tints of Persian Blue #2D24CA

Color information

#2D24CA (or 0x2D24CA) is unknown color: approx Persian Blue. HEX triplet: 2D, 24 and CA. RGB value is (45,36,202). Sum of RGB (Red+Green+Blue) = 45+36+202=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D24CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D24CA is #D2DB35. Grayscale: #383838. Windows color (decimal): -13818678 or 13247533. OLE color: 13247533.

HSL color Cylindrical-coordinate representation of color #2D24CA: hue angle of 243.25º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D24CA is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4536202-
CMYK0.780.8200.21
HSL243.25º69.75%46.67%-
HSV(B)243.25º82.18%79.22%-
XYZ12.376.0856.4-
YUV57.61209.48119-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.90%
GREEN value IS 36 (14.45% from 255) = 12.72%
BLUE value IS 202 (79.30% from 255) = 71.38%
R=15.90%
G=12.72%
B=71.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal45362020.780.8200.21243.2569.7546.67
Hex2D24CA4E52015f3462f
Octal554431211612202536310657
Binary1011011001001100101010011101010010010101111100111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D24CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D24CA; }

 p { color: rgb(45,36,202); }

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

<style>
 a { background-color: #2D24CA; }

 a { background-color: rgb(45,36,202); }

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

<style>
 span { border-color: #2D24CA; }

 span { border-color: rgb(45,36,202); }

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