Shades of Persian Blue #253BD3
Tints of Persian Blue #253BD3
RGB
CMYK
RGB Variations
Color information
#253BD3 (or 0x253BD3) is known color: Persian Blue. HEX triplet: 25, 3B and D3. RGB value is (37,59,211). Sum of RGB (Red+Green+Blue) = 37+59+211=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 211 (82.81% from 255 or 68.73% from 307); Max value from RGB is 211 - color contains mainly: blue. Hex color #253BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253BD3 is #DAC42C. Grayscale: #454545. Windows color (decimal): -14337069 or 13843237. OLE color: 13843237.
HSL color Cylindrical-coordinate representation of color #253BD3: hue angle of 232.41º 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 #253BD3 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 59 | 211 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.17 |
| HSL | 232.41º | 0.7% | 0.49% | - |
| HSV(B) | 232.41º | 0.82% | 0.83% | - |
| XYZ | 14.08 | 8.22 | 62.47 | - |
| YUV | 69.75 | 207.71 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 211 | 0.82 | 0.72 | 0 | 0.17 | 232.41 | 0.7 | 0.49 |
| Hex | 25 | 3B | D3 | 52 | 48 | 0 | 11 | E8 | 46 | 31 |
| Octal | 45 | 73 | 323 | 122 | 110 | 0 | 21 | 350 | 106 | 61 |
| Binary | 100101 | 111011 | 11010011 | 1010010 | 1001000 | 0 | 10001 | 11101000 | 1000110 | 110001 |
Color Harmonies of #253BD3
Complementary color
Monochromatic Colors of #253BD3
Black with #253BD3
Text Example
Text Example
White with #253BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BD3; }
p { color: rgb(37,59,211); }
H1.HeaderClassName
{
color: #253BD3;
}
.AnyTagClassName
{
color: #253BD3;
}
</style>
background-color css
<style>
a { background-color: #253BD3; }
a { background-color: rgb(37,59,211); }
div.DivClassName
{
background-color: #253BD3;
}
.BgClassName
{
background-color: #253BD3;
}
</style>
border-color css
<style>
span { border-color: #253BD3; }
span { border-color: rgb(37,59,211); }
td.TdClassName
{
border-color: #253BD3;
}
.TagClassName
{
border-color: #253BD3;
}
</style>