Shades of Persian Blue #253EBC
Tints of Persian Blue #253EBC
RGB
CMYK
RGB Variations
Color information
#253EBC (or 0x253EBC) is known color: Persian Blue. HEX triplet: 25, 3E and BC. RGB value is (37,62,188). Sum of RGB (Red+Green+Blue) = 37+62+188=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #253EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253EBC is #DAC143. Grayscale: #444444. Windows color (decimal): -14336324 or 12336677. OLE color: 12336677.
HSL color Cylindrical-coordinate representation of color #253EBC: hue angle of 230.07º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #253EBC is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 62 | 188 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.26 |
| HSL | 230.07º | 0.67% | 0.44% | - |
| HSV(B) | 230.07º | 0.8% | 0.74% | - |
| XYZ | 11.56 | 7.47 | 48.41 | - |
| YUV | 68.89 | 195.22 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 188 | 0.80 | 0.67 | 0 | 0.26 | 230.07 | 0.67 | 0.44 |
| Hex | 25 | 3E | BC | 50 | 43 | 0 | 1A | E6 | 43 | 2C |
| Octal | 45 | 76 | 274 | 120 | 103 | 0 | 32 | 346 | 103 | 54 |
| Binary | 100101 | 111110 | 10111100 | 1010000 | 1000011 | 0 | 11010 | 11100110 | 1000011 | 101100 |
Color Harmonies of #253EBC
Complementary color
Monochromatic Colors of #253EBC
Black with #253EBC
Text Example
Text Example
White with #253EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253EBC; }
p { color: rgb(37,62,188); }
H1.HeaderClassName
{
color: #253EBC;
}
.AnyTagClassName
{
color: #253EBC;
}
</style>
background-color css
<style>
a { background-color: #253EBC; }
a { background-color: rgb(37,62,188); }
div.DivClassName
{
background-color: #253EBC;
}
.BgClassName
{
background-color: #253EBC;
}
</style>
border-color css
<style>
span { border-color: #253EBC; }
span { border-color: rgb(37,62,188); }
td.TdClassName
{
border-color: #253EBC;
}
.TagClassName
{
border-color: #253EBC;
}
</style>