Shades of Persian Blue #253FB9
Tints of Persian Blue #253FB9
RGB
CMYK
RGB Variations
Color information
#253FB9 (or 0x253FB9) is known color: Persian Blue. HEX triplet: 25, 3F and B9. RGB value is (37,63,185). Sum of RGB (Red+Green+Blue) = 37+63+185=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #253FB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FB9 is #DAC046. Grayscale: #444444. Windows color (decimal): -14336071 or 12140325. OLE color: 12140325.
HSL color Cylindrical-coordinate representation of color #253FB9: hue angle of 229.46º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #253FB9 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 63 | 185 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.27 |
| HSL | 229.46º | 0.67% | 0.44% | - |
| HSV(B) | 229.46º | 0.8% | 0.73% | - |
| XYZ | 11.3 | 7.45 | 46.74 | - |
| YUV | 69.13 | 193.39 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 185 | 0.80 | 0.66 | 0 | 0.27 | 229.46 | 0.67 | 0.44 |
| Hex | 25 | 3F | B9 | 50 | 42 | 0 | 1B | E5 | 43 | 2C |
| Octal | 45 | 77 | 271 | 120 | 102 | 0 | 33 | 345 | 103 | 54 |
| Binary | 100101 | 111111 | 10111001 | 1010000 | 1000010 | 0 | 11011 | 11100101 | 1000011 | 101100 |
Color Harmonies of #253FB9
Complementary color
Monochromatic Colors of #253FB9
Black with #253FB9
Text Example
Text Example
White with #253FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FB9; }
p { color: rgb(37,63,185); }
H1.HeaderClassName
{
color: #253FB9;
}
.AnyTagClassName
{
color: #253FB9;
}
</style>
background-color css
<style>
a { background-color: #253FB9; }
a { background-color: rgb(37,63,185); }
div.DivClassName
{
background-color: #253FB9;
}
.BgClassName
{
background-color: #253FB9;
}
</style>
border-color css
<style>
span { border-color: #253FB9; }
span { border-color: rgb(37,63,185); }
td.TdClassName
{
border-color: #253FB9;
}
.TagClassName
{
border-color: #253FB9;
}
</style>