Shades of Persian Blue #253ABB
Tints of Persian Blue #253ABB
RGB
CMYK
RGB Variations
Color information
#253ABB (or 0x253ABB) is known color: Persian Blue. HEX triplet: 25, 3A and BB. RGB value is (37,58,187). Sum of RGB (Red+Green+Blue) = 37+58+187=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #253ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ABB is #DAC544. Grayscale: #414141. Windows color (decimal): -14337349 or 12270117. OLE color: 12270117.
HSL color Cylindrical-coordinate representation of color #253ABB: hue angle of 231.6º 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 #253ABB is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 58 | 187 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.27 |
| HSL | 231.6º | 0.67% | 0.44% | - |
| HSV(B) | 231.6º | 0.8% | 0.73% | - |
| XYZ | 11.25 | 7.01 | 47.77 | - |
| YUV | 66.43 | 196.04 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 187 | 0.80 | 0.69 | 0 | 0.27 | 231.6 | 0.67 | 0.44 |
| Hex | 25 | 3A | BB | 50 | 45 | 0 | 1B | E8 | 43 | 2C |
| Octal | 45 | 72 | 273 | 120 | 105 | 0 | 33 | 350 | 103 | 54 |
| Binary | 100101 | 111010 | 10111011 | 1010000 | 1000101 | 0 | 11011 | 11101000 | 1000011 | 101100 |
Color Harmonies of #253ABB
Complementary color
Monochromatic Colors of #253ABB
Black with #253ABB
Text Example
Text Example
White with #253ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253ABB; }
p { color: rgb(37,58,187); }
H1.HeaderClassName
{
color: #253ABB;
}
.AnyTagClassName
{
color: #253ABB;
}
</style>
background-color css
<style>
a { background-color: #253ABB; }
a { background-color: rgb(37,58,187); }
div.DivClassName
{
background-color: #253ABB;
}
.BgClassName
{
background-color: #253ABB;
}
</style>
border-color css
<style>
span { border-color: #253ABB; }
span { border-color: rgb(37,58,187); }
td.TdClassName
{
border-color: #253ABB;
}
.TagClassName
{
border-color: #253ABB;
}
</style>