Shades of Persian Blue #253EC6
Tints of Persian Blue #253EC6
RGB
CMYK
RGB Variations
Color information
#253EC6 (or 0x253EC6) is known color: Persian Blue. HEX triplet: 25, 3E and C6. RGB value is (37,62,198). Sum of RGB (Red+Green+Blue) = 37+62+198=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 198 (77.73% from 255 or 66.67% from 297); Max value from RGB is 198 - color contains mainly: blue. Hex color #253EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253EC6 is #DAC139. Grayscale: #454545. Windows color (decimal): -14336314 or 12992037. OLE color: 12992037.
HSL color Cylindrical-coordinate representation of color #253EC6: hue angle of 230.68º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253EC6 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 62 | 198 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.22 |
| HSL | 230.68º | 0.69% | 0.46% | - |
| HSV(B) | 230.68º | 0.81% | 0.78% | - |
| XYZ | 12.68 | 7.92 | 54.29 | - |
| YUV | 70.03 | 200.22 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 198 | 0.81 | 0.69 | 0 | 0.22 | 230.68 | 0.69 | 0.46 |
| Hex | 25 | 3E | C6 | 51 | 45 | 0 | 16 | E7 | 45 | 2E |
| Octal | 45 | 76 | 306 | 121 | 105 | 0 | 26 | 347 | 105 | 56 |
| Binary | 100101 | 111110 | 11000110 | 1010001 | 1000101 | 0 | 10110 | 11100111 | 1000101 | 101110 |
Color Harmonies of #253EC6
Complementary color
Monochromatic Colors of #253EC6
Black with #253EC6
Text Example
Text Example
White with #253EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253EC6; }
p { color: rgb(37,62,198); }
H1.HeaderClassName
{
color: #253EC6;
}
.AnyTagClassName
{
color: #253EC6;
}
</style>
background-color css
<style>
a { background-color: #253EC6; }
a { background-color: rgb(37,62,198); }
div.DivClassName
{
background-color: #253EC6;
}
.BgClassName
{
background-color: #253EC6;
}
</style>
border-color css
<style>
span { border-color: #253EC6; }
span { border-color: rgb(37,62,198); }
td.TdClassName
{
border-color: #253EC6;
}
.TagClassName
{
border-color: #253EC6;
}
</style>