Shades of Persian Blue #2536A8
Tints of Persian Blue #2536A8
RGB
CMYK
RGB Variations
Color information
#2536A8 (or 0x2536A8) is known color: Persian Blue. HEX triplet: 25, 36 and A8. RGB value is (37,54,168). Sum of RGB (Red+Green+Blue) = 37+54+168=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 168 (66.02% from 255 or 64.86% from 259); Max value from RGB is 168 - color contains mainly: blue. Hex color #2536A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2536A8 is #DAC957. Grayscale: #3D3D3D. Windows color (decimal): -14338392 or 11023909. OLE color: 11023909.
HSL color Cylindrical-coordinate representation of color #2536A8: hue angle of 232.21º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2536A8 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 54 | 168 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.34 |
| HSL | 232.21º | 0.64% | 0.4% | - |
| HSV(B) | 232.21º | 0.78% | 0.66% | - |
| XYZ | 9.15 | 5.86 | 37.69 | - |
| YUV | 61.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 168 | 0.78 | 0.68 | 0 | 0.34 | 232.21 | 0.64 | 0.4 |
| Hex | 25 | 36 | A8 | 4E | 44 | 0 | 22 | E8 | 40 | 28 |
| Octal | 45 | 66 | 250 | 116 | 104 | 0 | 42 | 350 | 100 | 50 |
| Binary | 100101 | 110110 | 10101000 | 1001110 | 1000100 | 0 | 100010 | 11101000 | 1000000 | 101000 |
Color Harmonies of #2536A8
Complementary color
Monochromatic Colors of #2536A8
Black with #2536A8
Text Example
Text Example
White with #2536A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2536A8; }
p { color: rgb(37,54,168); }
H1.HeaderClassName
{
color: #2536A8;
}
.AnyTagClassName
{
color: #2536A8;
}
</style>
background-color css
<style>
a { background-color: #2536A8; }
a { background-color: rgb(37,54,168); }
div.DivClassName
{
background-color: #2536A8;
}
.BgClassName
{
background-color: #2536A8;
}
</style>
border-color css
<style>
span { border-color: #2536A8; }
span { border-color: rgb(37,54,168); }
td.TdClassName
{
border-color: #2536A8;
}
.TagClassName
{
border-color: #2536A8;
}
</style>