#2D24CD

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

Shades of Persian Blue #2D24CD

Tints of Persian Blue #2D24CD

Color information

#2D24CD (or 0x2D24CD) is unknown color: approx Persian Blue. HEX triplet: 2D, 24 and CD. RGB value is (45,36,205). Sum of RGB (Red+Green+Blue) = 45+36+205=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D24CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D24CD is #D2DB32. Grayscale: #393939. Windows color (decimal): -13818675 or 13444141. OLE color: 13444141.

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

Color convert

RGB4536205-
CMYK0.780.8200.20
HSL243.2º70.12%47.25%-
HSV(B)243.2º82.44%80.39%-
XYZ12.736.2358.29-
YUV57.96210.98118.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.73%
GREEN value IS 36 (14.45% from 255) = 12.59%
BLUE value IS 205 (80.47% from 255) = 71.68%
R=15.73%
G=12.59%
B=71.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal45362050.780.8200.20243.270.1247.25
Hex2D24CD4E52014f3462f
Octal554431511612202436310657
Binary1011011001001100110110011101010010010100111100111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D24CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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