Shades of Persian Blue #2536AF
Tints of Persian Blue #2536AF
RGB
CMYK
RGB Variations
Color information
#2536AF (or 0x2536AF) is known color: Persian Blue. HEX triplet: 25, 36 and AF. RGB value is (37,54,175). Sum of RGB (Red+Green+Blue) = 37+54+175=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #2536AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2536AF is #DAC950. Grayscale: #3E3E3E. Windows color (decimal): -14338385 or 11482661. OLE color: 11482661.
HSL color Cylindrical-coordinate representation of color #2536AF: hue angle of 232.61º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2536AF is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 54 | 175 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.31 |
| HSL | 232.61º | 0.65% | 0.42% | - |
| HSV(B) | 232.61º | 0.79% | 0.69% | - |
| XYZ | 9.82 | 6.13 | 41.22 | - |
| YUV | 62.71 | 191.37 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 175 | 0.79 | 0.69 | 0 | 0.31 | 232.61 | 0.65 | 0.42 |
| Hex | 25 | 36 | AF | 4F | 45 | 0 | 1F | E9 | 41 | 2A |
| Octal | 45 | 66 | 257 | 117 | 105 | 0 | 37 | 351 | 101 | 52 |
| Binary | 100101 | 110110 | 10101111 | 1001111 | 1000101 | 0 | 11111 | 11101001 | 1000001 | 101010 |
Color Harmonies of #2536AF
Complementary color
Monochromatic Colors of #2536AF
Black with #2536AF
Text Example
Text Example
White with #2536AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2536AF; }
p { color: rgb(37,54,175); }
H1.HeaderClassName
{
color: #2536AF;
}
.AnyTagClassName
{
color: #2536AF;
}
</style>
background-color css
<style>
a { background-color: #2536AF; }
a { background-color: rgb(37,54,175); }
div.DivClassName
{
background-color: #2536AF;
}
.BgClassName
{
background-color: #2536AF;
}
</style>
border-color css
<style>
span { border-color: #2536AF; }
span { border-color: rgb(37,54,175); }
td.TdClassName
{
border-color: #2536AF;
}
.TagClassName
{
border-color: #2536AF;
}
</style>