Shades of Persian Blue #2425B6
Tints of Persian Blue #2425B6
RGB
CMYK
RGB Variations
Color information
#2425B6 (or 0x2425B6) is known color: 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
| RGB | 36 | 37 | 182 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.29 |
| HSL | 239.59º | 0.67% | 0.43% | - |
| HSV(B) | 239.59º | 0.8% | 0.71% | - |
| XYZ | 9.83 | 5.08 | 44.72 | - |
| YUV | 53.23 | 200.67 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 182 | 0.80 | 0.80 | 0 | 0.29 | 239.59 | 0.67 | 0.43 |
| Hex | 24 | 25 | B6 | 50 | 50 | 0 | 1D | F0 | 43 | 2B |
| Octal | 44 | 45 | 266 | 120 | 120 | 0 | 35 | 360 | 103 | 53 |
| Binary | 100100 | 100101 | 10110110 | 1010000 | 1010000 | 0 | 11101 | 11110000 | 1000011 | 101011 |
Color Harmonies of #2425B6
Complementary color
Monochromatic Colors of #2425B6
Black with #2425B6
Text Example
Text Example
White with #2425B6
Text Example
Text Example
HTML Codes & Css Web 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>