#2d24b4

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

Shades of Persian Blue #2D24B4

Tints of Persian Blue #2D24B4

Color information

#2D24B4 (or 0x2D24B4) is unknown color: approx Persian Blue. HEX triplet: 2D, 24 and B4. RGB value is (45,36,180). Sum of RGB (Red+Green+Blue) = 45+36+180=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #2D24B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D24B4 is #D2DB4B. Grayscale: #363636. Windows color (decimal): -13818700 or 11805741. OLE color: 11805741.

HSL color Cylindrical-coordinate representation of color #2D24B4: hue angle of 243.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D24B4 is Cyan = 0.75, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4536180-
CMYK0.750.800.29
HSL243.75º66.67%42.35%-
HSV(B)243.75º80%70.59%-
XYZ9.955.1143.64-
YUV55.11198.48120.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.24%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 180 (70.70% from 255) = 68.97%
R=17.24%
G=13.79%
B=68.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45361800.750.800.29243.7566.6742.35
Hex2D24B44B5001Df4432a
Octal554426411312003536410352
Binary1011011001001011010010010111010000011101111101001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d24b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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