#2425D8

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

Shades of Persian Blue #2425D8

Tints of Persian Blue #2425D8

Color information

#2425D8 (or 0x2425D8) is unknown color: approx Persian Blue. HEX triplet: 24, 25 and D8. RGB value is (36,37,216). Sum of RGB (Red+Green+Blue) = 36+37+216=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 216 (84.77% from 255 or 74.74% from 289); Max value from RGB is 216 - color contains mainly: blue. Hex color #2425D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2425D8 is #DBDA27. Grayscale: #383838. Windows color (decimal): -14408232 or 14165284. OLE color: 14165284.

HSL color Cylindrical-coordinate representation of color #2425D8: hue angle of 239.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2425D8 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3637216-
CMYK0.830.8300.15
HSL239.67º71.43%49.41%-
HSV(B)239.67º83.33%84.71%-
XYZ13.786.6665.52-
YUV57.11217.67112.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.46%
GREEN value IS 37 (14.84% from 255) = 12.80%
BLUE value IS 216 (84.77% from 255) = 74.74%
R=12.46%
G=12.80%
B=74.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal36372160.830.8300.15239.6771.4349.41
Hex2425D853530Ff04731
Octal444533012312301736010761
Binary100100100101110110001010011101001101111111100001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2425D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2425D8; }

 p { color: rgb(36,37,216); }

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

<style>
 a { background-color: #2425D8; }

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

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

<style>
 span { border-color: #2425D8; }

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

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