Shades of Persian Blue #253FCC
Tints of Persian Blue #253FCC
RGB
CMYK
RGB Variations
Color information
#253FCC (or 0x253FCC) is known color: Persian Blue. HEX triplet: 25, 3F and CC. RGB value is (37,63,204). Sum of RGB (Red+Green+Blue) = 37+63+204=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #253FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FCC is #DAC033. Grayscale: #464646. Windows color (decimal): -14336052 or 13385509. OLE color: 13385509.
HSL color Cylindrical-coordinate representation of color #253FCC: hue angle of 230.66º 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 #253FCC is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 63 | 204 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.2 |
| HSL | 230.66º | 0.69% | 0.47% | - |
| HSV(B) | 230.66º | 0.82% | 0.8% | - |
| XYZ | 13.44 | 8.31 | 58.02 | - |
| YUV | 71.3 | 202.89 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 204 | 0.82 | 0.69 | 0 | 0.2 | 230.66 | 0.69 | 0.47 |
| Hex | 25 | 3F | CC | 52 | 45 | 0 | 14 | E7 | 45 | 2F |
| Octal | 45 | 77 | 314 | 122 | 105 | 0 | 24 | 347 | 105 | 57 |
| Binary | 100101 | 111111 | 11001100 | 1010010 | 1000101 | 0 | 10100 | 11100111 | 1000101 | 101111 |
Color Harmonies of #253FCC
Complementary color
Monochromatic Colors of #253FCC
Black with #253FCC
Text Example
Text Example
White with #253FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FCC; }
p { color: rgb(37,63,204); }
H1.HeaderClassName
{
color: #253FCC;
}
.AnyTagClassName
{
color: #253FCC;
}
</style>
background-color css
<style>
a { background-color: #253FCC; }
a { background-color: rgb(37,63,204); }
div.DivClassName
{
background-color: #253FCC;
}
.BgClassName
{
background-color: #253FCC;
}
</style>
border-color css
<style>
span { border-color: #253FCC; }
span { border-color: rgb(37,63,204); }
td.TdClassName
{
border-color: #253FCC;
}
.TagClassName
{
border-color: #253FCC;
}
</style>