#2424BD

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

Shades of Persian Blue #2424BD

Tints of Persian Blue #2424BD

Color information

#2424BD (or 0x2424BD) is unknown color: approx Persian Blue. HEX triplet: 24, 24 and BD. RGB value is (36,36,189). Sum of RGB (Red+Green+Blue) = 36+36+189=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #2424BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2424BD is #DBDB42. Grayscale: #343434. Windows color (decimal): -14408515 or 12395556. OLE color: 12395556.

HSL color Cylindrical-coordinate representation of color #2424BD: hue angle of 240º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2424BD is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3636189-
CMYK0.810.8100.26
HSL240º68%44.12%-
HSV(B)240º80.95%74.12%-
XYZ10.545.3148.61-
YUV53.44204.5115.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 189 (74.22% from 255) = 72.41%
R=13.79%
G=13.79%
B=72.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal36361890.810.8100.262406844.12
Hex2424BD515101Af0442c
Octal444427512112103236010454
Binary1001001001001011110110100011010001011010111100001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2424BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2424BD; }

 p { color: rgb(36,36,189); }

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

<style>
 a { background-color: #2424BD; }

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

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

<style>
 span { border-color: #2424BD; }

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

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