Shades of Persian Blue #253ADC
Tints of Persian Blue #253ADC
RGB
CMYK
RGB Variations
Color information
#253ADC (or 0x253ADC) is known color: Persian Blue. HEX triplet: 25, 3A and DC. RGB value is (37,58,220). Sum of RGB (Red+Green+Blue) = 37+58+220=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #253ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ADC is #DAC523. Grayscale: #454545. Windows color (decimal): -14337316 or 14432805. OLE color: 14432805.
HSL color Cylindrical-coordinate representation of color #253ADC: hue angle of 233.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253ADC is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 58 | 220 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.14 |
| HSL | 233.11º | 0.72% | 0.5% | - |
| HSV(B) | 233.11º | 0.83% | 0.86% | - |
| XYZ | 15.19 | 8.59 | 68.57 | - |
| YUV | 70.19 | 212.54 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 220 | 0.83 | 0.74 | 0 | 0.14 | 233.11 | 0.72 | 0.5 |
| Hex | 25 | 3A | DC | 53 | 4A | 0 | E | E9 | 48 | 32 |
| Octal | 45 | 72 | 334 | 123 | 112 | 0 | 16 | 351 | 110 | 62 |
| Binary | 100101 | 111010 | 11011100 | 1010011 | 1001010 | 0 | 1110 | 11101001 | 1001000 | 110010 |
Color Harmonies of #253ADC
Complementary color
Monochromatic Colors of #253ADC
Black with #253ADC
Text Example
Text Example
White with #253ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253ADC; }
p { color: rgb(37,58,220); }
H1.HeaderClassName
{
color: #253ADC;
}
.AnyTagClassName
{
color: #253ADC;
}
</style>
background-color css
<style>
a { background-color: #253ADC; }
a { background-color: rgb(37,58,220); }
div.DivClassName
{
background-color: #253ADC;
}
.BgClassName
{
background-color: #253ADC;
}
</style>
border-color css
<style>
span { border-color: #253ADC; }
span { border-color: rgb(37,58,220); }
td.TdClassName
{
border-color: #253ADC;
}
.TagClassName
{
border-color: #253ADC;
}
</style>