Shades of Persian Blue #253CB5
Tints of Persian Blue #253CB5
RGB
CMYK
RGB Variations
Color information
#253CB5 (or 0x253CB5) is known color: Persian Blue. HEX triplet: 25, 3C and B5. RGB value is (37,60,181). Sum of RGB (Red+Green+Blue) = 37+60+181=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 181 (71.09% from 255 or 65.11% from 278); Max value from RGB is 181 - color contains mainly: blue. Hex color #253CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CB5 is #DAC34A. Grayscale: #424242. Windows color (decimal): -14336843 or 11877413. OLE color: 11877413.
HSL color Cylindrical-coordinate representation of color #253CB5: hue angle of 230.42º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #253CB5 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 60 | 181 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.29 |
| HSL | 230.42º | 0.66% | 0.43% | - |
| HSV(B) | 230.42º | 0.8% | 0.71% | - |
| XYZ | 10.72 | 6.96 | 44.49 | - |
| YUV | 66.92 | 192.38 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 181 | 0.80 | 0.67 | 0 | 0.29 | 230.42 | 0.66 | 0.43 |
| Hex | 25 | 3C | B5 | 50 | 43 | 0 | 1D | E6 | 42 | 2B |
| Octal | 45 | 74 | 265 | 120 | 103 | 0 | 35 | 346 | 102 | 53 |
| Binary | 100101 | 111100 | 10110101 | 1010000 | 1000011 | 0 | 11101 | 11100110 | 1000010 | 101011 |
Color Harmonies of #253CB5
Complementary color
Monochromatic Colors of #253CB5
Black with #253CB5
Text Example
Text Example
White with #253CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CB5; }
p { color: rgb(37,60,181); }
H1.HeaderClassName
{
color: #253CB5;
}
.AnyTagClassName
{
color: #253CB5;
}
</style>
background-color css
<style>
a { background-color: #253CB5; }
a { background-color: rgb(37,60,181); }
div.DivClassName
{
background-color: #253CB5;
}
.BgClassName
{
background-color: #253CB5;
}
</style>
border-color css
<style>
span { border-color: #253CB5; }
span { border-color: rgb(37,60,181); }
td.TdClassName
{
border-color: #253CB5;
}
.TagClassName
{
border-color: #253CB5;
}
</style>