Shades of Persian Blue #2536BB
Tints of Persian Blue #2536BB
RGB
CMYK
RGB Variations
Color information
#2536BB (or 0x2536BB) is known color: Persian Blue. HEX triplet: 25, 36 and BB. RGB value is (37,54,187). Sum of RGB (Red+Green+Blue) = 37+54+187=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #2536BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2536BB is #DAC944. Grayscale: #3F3F3F. Windows color (decimal): -14338373 or 12269093. OLE color: 12269093.
HSL color Cylindrical-coordinate representation of color #2536BB: hue angle of 233.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2536BB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 54 | 187 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.27 |
| HSL | 233.2º | 0.67% | 0.44% | - |
| HSV(B) | 233.2º | 0.8% | 0.73% | - |
| XYZ | 11.05 | 6.62 | 47.71 | - |
| YUV | 64.08 | 197.37 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 187 | 0.80 | 0.71 | 0 | 0.27 | 233.2 | 0.67 | 0.44 |
| Hex | 25 | 36 | BB | 50 | 47 | 0 | 1B | E9 | 43 | 2C |
| Octal | 45 | 66 | 273 | 120 | 107 | 0 | 33 | 351 | 103 | 54 |
| Binary | 100101 | 110110 | 10111011 | 1010000 | 1000111 | 0 | 11011 | 11101001 | 1000011 | 101100 |
Color Harmonies of #2536BB
Complementary color
Monochromatic Colors of #2536BB
Black with #2536BB
Text Example
Text Example
White with #2536BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2536BB; }
p { color: rgb(37,54,187); }
H1.HeaderClassName
{
color: #2536BB;
}
.AnyTagClassName
{
color: #2536BB;
}
</style>
background-color css
<style>
a { background-color: #2536BB; }
a { background-color: rgb(37,54,187); }
div.DivClassName
{
background-color: #2536BB;
}
.BgClassName
{
background-color: #2536BB;
}
</style>
border-color css
<style>
span { border-color: #2536BB; }
span { border-color: rgb(37,54,187); }
td.TdClassName
{
border-color: #2536BB;
}
.TagClassName
{
border-color: #2536BB;
}
</style>