#2D24B0

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

Shades of Persian Blue #2D24B0

Tints of Persian Blue #2D24B0

Color information

#2D24B0 (or 0x2D24B0) is unknown color: approx Persian Blue. HEX triplet: 2D, 24 and B0. RGB value is (45,36,176). Sum of RGB (Red+Green+Blue) = 45+36+176=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 176 (69.14% from 255 or 68.48% from 257); Max value from RGB is 176 - color contains mainly: blue. Hex color #2D24B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D24B0 is #D2DB4F. Grayscale: #363636. Windows color (decimal): -13818704 or 11543597. OLE color: 11543597.

HSL color Cylindrical-coordinate representation of color #2D24B0: hue angle of 243.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D24B0 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4536176-
CMYK0.740.8000.31
HSL243.86º66.04%41.57%-
HSV(B)243.86º79.55%69.02%-
XYZ9.554.9541.53-
YUV54.65196.48121.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.51%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 176 (69.14% from 255) = 68.48%
R=17.51%
G=14.01%
B=68.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal45361760.740.8000.31243.8666.0441.57
Hex2D24B04A5001Ff4422a
Octal554426011212003736410252
Binary1011011001001011000010010101010000011111111101001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D24B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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