Shades of Persian Blue #253ACC
Tints of Persian Blue #253ACC
RGB
CMYK
RGB Variations
Color information
#253ACC (or 0x253ACC) is known color: Persian Blue. HEX triplet: 25, 3A and CC. RGB value is (37,58,204). Sum of RGB (Red+Green+Blue) = 37+58+204=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #253ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ACC is #DAC533. Grayscale: #434343. Windows color (decimal): -14337332 or 13384229. OLE color: 13384229.
HSL color Cylindrical-coordinate representation of color #253ACC: hue angle of 232.46º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #253ACC is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 58 | 204 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.2 |
| HSL | 232.46º | 0.69% | 0.47% | - |
| HSV(B) | 232.46º | 0.82% | 0.8% | - |
| XYZ | 13.18 | 7.78 | 57.93 | - |
| YUV | 68.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 204 | 0.82 | 0.72 | 0 | 0.2 | 232.46 | 0.69 | 0.47 |
| Hex | 25 | 3A | CC | 52 | 48 | 0 | 14 | E8 | 45 | 2F |
| Octal | 45 | 72 | 314 | 122 | 110 | 0 | 24 | 350 | 105 | 57 |
| Binary | 100101 | 111010 | 11001100 | 1010010 | 1001000 | 0 | 10100 | 11101000 | 1000101 | 101111 |
Color Harmonies of #253ACC
Complementary color
Monochromatic Colors of #253ACC
Black with #253ACC
Text Example
Text Example
White with #253ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253ACC; }
p { color: rgb(37,58,204); }
H1.HeaderClassName
{
color: #253ACC;
}
.AnyTagClassName
{
color: #253ACC;
}
</style>
background-color css
<style>
a { background-color: #253ACC; }
a { background-color: rgb(37,58,204); }
div.DivClassName
{
background-color: #253ACC;
}
.BgClassName
{
background-color: #253ACC;
}
</style>
border-color css
<style>
span { border-color: #253ACC; }
span { border-color: rgb(37,58,204); }
td.TdClassName
{
border-color: #253ACC;
}
.TagClassName
{
border-color: #253ACC;
}
</style>