Shades of Persian Blue #253DB5
Tints of Persian Blue #253DB5
RGB
CMYK
RGB Variations
Color information
#253DB5 (or 0x253DB5) is known color: Persian Blue. HEX triplet: 25, 3D and B5. RGB value is (37,61,181). Sum of RGB (Red+Green+Blue) = 37+61+181=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 181 (71.09% from 255 or 64.87% from 279); Max value from RGB is 181 - color contains mainly: blue. Hex color #253DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DB5 is #DAC24A. Grayscale: #434343. Windows color (decimal): -14336587 or 11877669. OLE color: 11877669.
HSL color Cylindrical-coordinate representation of color #253DB5: hue angle of 230º 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 #253DB5 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 61 | 181 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.29 |
| HSL | 230º | 0.66% | 0.43% | - |
| HSV(B) | 230º | 0.8% | 0.71% | - |
| XYZ | 10.77 | 7.07 | 44.51 | - |
| YUV | 67.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 181 | 0.80 | 0.66 | 0 | 0.29 | 230 | 0.66 | 0.43 |
| Hex | 25 | 3D | B5 | 50 | 42 | 0 | 1D | E6 | 42 | 2B |
| Octal | 45 | 75 | 265 | 120 | 102 | 0 | 35 | 346 | 102 | 53 |
| Binary | 100101 | 111101 | 10110101 | 1010000 | 1000010 | 0 | 11101 | 11100110 | 1000010 | 101011 |
Color Harmonies of #253DB5
Complementary color
Monochromatic Colors of #253DB5
Black with #253DB5
Text Example
Text Example
White with #253DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DB5; }
p { color: rgb(37,61,181); }
H1.HeaderClassName
{
color: #253DB5;
}
.AnyTagClassName
{
color: #253DB5;
}
</style>
background-color css
<style>
a { background-color: #253DB5; }
a { background-color: rgb(37,61,181); }
div.DivClassName
{
background-color: #253DB5;
}
.BgClassName
{
background-color: #253DB5;
}
</style>
border-color css
<style>
span { border-color: #253DB5; }
span { border-color: rgb(37,61,181); }
td.TdClassName
{
border-color: #253DB5;
}
.TagClassName
{
border-color: #253DB5;
}
</style>