Shades of Persian Blue #253BBC
Tints of Persian Blue #253BBC
RGB
CMYK
RGB Variations
Color information
#253BBC (or 0x253BBC) is known color: Persian Blue. HEX triplet: 25, 3B and BC. RGB value is (37,59,188). Sum of RGB (Red+Green+Blue) = 37+59+188=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #253BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253BBC is #DAC443. Grayscale: #424242. Windows color (decimal): -14337092 or 12335909. OLE color: 12335909.
HSL color Cylindrical-coordinate representation of color #253BBC: hue angle of 231.26º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #253BBC is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 59 | 188 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.26 |
| HSL | 231.26º | 0.67% | 0.44% | - |
| HSV(B) | 231.26º | 0.8% | 0.74% | - |
| XYZ | 11.4 | 7.15 | 48.36 | - |
| YUV | 67.13 | 196.21 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 188 | 0.80 | 0.69 | 0 | 0.26 | 231.26 | 0.67 | 0.44 |
| Hex | 25 | 3B | BC | 50 | 45 | 0 | 1A | E7 | 43 | 2C |
| Octal | 45 | 73 | 274 | 120 | 105 | 0 | 32 | 347 | 103 | 54 |
| Binary | 100101 | 111011 | 10111100 | 1010000 | 1000101 | 0 | 11010 | 11100111 | 1000011 | 101100 |
Color Harmonies of #253BBC
Complementary color
Monochromatic Colors of #253BBC
Black with #253BBC
Text Example
Text Example
White with #253BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BBC; }
p { color: rgb(37,59,188); }
H1.HeaderClassName
{
color: #253BBC;
}
.AnyTagClassName
{
color: #253BBC;
}
</style>
background-color css
<style>
a { background-color: #253BBC; }
a { background-color: rgb(37,59,188); }
div.DivClassName
{
background-color: #253BBC;
}
.BgClassName
{
background-color: #253BBC;
}
</style>
border-color css
<style>
span { border-color: #253BBC; }
span { border-color: rgb(37,59,188); }
td.TdClassName
{
border-color: #253BBC;
}
.TagClassName
{
border-color: #253BBC;
}
</style>