Shades of Persian Blue #253DBA
Tints of Persian Blue #253DBA
RGB
CMYK
RGB Variations
Color information
#253DBA (or 0x253DBA) is known color: Persian Blue. HEX triplet: 25, 3D and BA. RGB value is (37,61,186). Sum of RGB (Red+Green+Blue) = 37+61+186=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #253DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DBA is #DAC245. Grayscale: #434343. Windows color (decimal): -14336582 or 12205349. OLE color: 12205349.
HSL color Cylindrical-coordinate representation of color #253DBA: hue angle of 230.34º 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 #253DBA is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 61 | 186 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.27 |
| HSL | 230.34º | 0.67% | 0.44% | - |
| HSV(B) | 230.34º | 0.8% | 0.73% | - |
| XYZ | 11.29 | 7.28 | 47.26 | - |
| YUV | 68.07 | 194.55 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 186 | 0.80 | 0.67 | 0 | 0.27 | 230.34 | 0.67 | 0.44 |
| Hex | 25 | 3D | BA | 50 | 43 | 0 | 1B | E6 | 43 | 2C |
| Octal | 45 | 75 | 272 | 120 | 103 | 0 | 33 | 346 | 103 | 54 |
| Binary | 100101 | 111101 | 10111010 | 1010000 | 1000011 | 0 | 11011 | 11100110 | 1000011 | 101100 |
Color Harmonies of #253DBA
Complementary color
Monochromatic Colors of #253DBA
Black with #253DBA
Text Example
Text Example
White with #253DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DBA; }
p { color: rgb(37,61,186); }
H1.HeaderClassName
{
color: #253DBA;
}
.AnyTagClassName
{
color: #253DBA;
}
</style>
background-color css
<style>
a { background-color: #253DBA; }
a { background-color: rgb(37,61,186); }
div.DivClassName
{
background-color: #253DBA;
}
.BgClassName
{
background-color: #253DBA;
}
</style>
border-color css
<style>
span { border-color: #253DBA; }
span { border-color: rgb(37,61,186); }
td.TdClassName
{
border-color: #253DBA;
}
.TagClassName
{
border-color: #253DBA;
}
</style>