#2425B6

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

Shades of Persian Blue #2425B6

Tints of Persian Blue #2425B6

Color information

#2425B6 (or 0x2425B6) is unknown color: approx Persian Blue. HEX triplet: 24, 25 and B6. RGB value is (36,37,182). Sum of RGB (Red+Green+Blue) = 36+37+182=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 182 (71.48% from 255 or 71.37% from 255); Max value from RGB is 182 - color contains mainly: blue. Hex color #2425B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2425B6 is #DBDA49. Grayscale: #343434. Windows color (decimal): -14408266 or 11937060. OLE color: 11937060.

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

Color convert

RGB3637182-
CMYK0.800.8000.29
HSL239.59º66.97%42.75%-
HSV(B)239.59º80.22%71.37%-
XYZ9.835.0844.72-
YUV53.23200.67115.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.12%
GREEN value IS 37 (14.84% from 255) = 14.51%
BLUE value IS 182 (71.48% from 255) = 71.37%
R=14.12%
G=14.51%
B=71.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal36371820.800.8000.29239.5966.9742.75
Hex2425B6505001Df0432b
Octal444526612012003536010353
Binary1001001001011011011010100001010000011101111100001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2425B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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