Shades of Persian Blue #253ED3
Tints of Persian Blue #253ED3
RGB
CMYK
RGB Variations
Color information
#253ED3 (or 0x253ED3) is known color: Persian Blue. HEX triplet: 25, 3E and D3. RGB value is (37,62,211). Sum of RGB (Red+Green+Blue) = 37+62+211=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 211 (82.81% from 255 or 68.06% from 310); Max value from RGB is 211 - color contains mainly: blue. Hex color #253ED3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ED3 is #DAC12C. Grayscale: #464646. Windows color (decimal): -14336301 or 13844005. OLE color: 13844005.
HSL color Cylindrical-coordinate representation of color #253ED3: hue angle of 231.38º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #253ED3 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 62 | 211 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.17 |
| HSL | 231.38º | 0.7% | 0.49% | - |
| HSV(B) | 231.38º | 0.82% | 0.83% | - |
| XYZ | 14.24 | 8.54 | 62.53 | - |
| YUV | 71.51 | 206.72 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 211 | 0.82 | 0.71 | 0 | 0.17 | 231.38 | 0.7 | 0.49 |
| Hex | 25 | 3E | D3 | 52 | 47 | 0 | 11 | E7 | 46 | 31 |
| Octal | 45 | 76 | 323 | 122 | 107 | 0 | 21 | 347 | 106 | 61 |
| Binary | 100101 | 111110 | 11010011 | 1010010 | 1000111 | 0 | 10001 | 11100111 | 1000110 | 110001 |
Color Harmonies of #253ED3
Complementary color
Monochromatic Colors of #253ED3
Black with #253ED3
Text Example
Text Example
White with #253ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253ED3; }
p { color: rgb(37,62,211); }
H1.HeaderClassName
{
color: #253ED3;
}
.AnyTagClassName
{
color: #253ED3;
}
</style>
background-color css
<style>
a { background-color: #253ED3; }
a { background-color: rgb(37,62,211); }
div.DivClassName
{
background-color: #253ED3;
}
.BgClassName
{
background-color: #253ED3;
}
</style>
border-color css
<style>
span { border-color: #253ED3; }
span { border-color: rgb(37,62,211); }
td.TdClassName
{
border-color: #253ED3;
}
.TagClassName
{
border-color: #253ED3;
}
</style>