#2428D7

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

Shades of Persian Blue #2428D7

Tints of Persian Blue #2428D7

Color information

#2428D7 (or 0x2428D7) is unknown color: approx Persian Blue. HEX triplet: 24, 28 and D7. RGB value is (36,40,215). Sum of RGB (Red+Green+Blue) = 36+40+215=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 215 (84.38% from 255 or 73.88% from 291); Max value from RGB is 215 - color contains mainly: blue. Hex color #2428D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2428D7 is #DBD728. Grayscale: #3A3A3A. Windows color (decimal): -14407465 or 14100516. OLE color: 14100516.

HSL color Cylindrical-coordinate representation of color #2428D7: hue angle of 238.66º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2428D7 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3640215-
CMYK0.830.8100.16
HSL238.66º71.31%49.22%-
HSV(B)238.66º83.26%84.31%-
XYZ13.756.864.88-
YUV58.75216.17111.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.37%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 215 (84.38% from 255) = 73.88%
R=12.37%
G=13.75%
B=73.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal36402150.830.8100.16238.6671.3149.22
Hex2428D75351010ef4731
Octal445032712312102035710761
Binary1001001010001101011110100111010001010000111011111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2428D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2428D7; }

 p { color: rgb(36,40,215); }

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

<style>
 a { background-color: #2428D7; }

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

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

<style>
 span { border-color: #2428D7; }

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

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