Shades of Persian Blue #252ABB
Tints of Persian Blue #252ABB
RGB
CMYK
RGB Variations
Color information
#252ABB (or 0x252ABB) is known color: Persian Blue. HEX triplet: 25, 2A and BB. RGB value is (37,42,187). Sum of RGB (Red+Green+Blue) = 37+42+187=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #252ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ABB is #DAD544. Grayscale: #383838. Windows color (decimal): -14341445 or 12266021. OLE color: 12266021.
HSL color Cylindrical-coordinate representation of color #252ABB: hue angle of 238º 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 #252ABB is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 42 | 187 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.27 |
| HSL | 238º | 0.67% | 0.44% | - |
| HSV(B) | 238º | 0.8% | 0.73% | - |
| XYZ | 10.56 | 5.64 | 47.55 | - |
| YUV | 57.04 | 201.34 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 187 | 0.80 | 0.78 | 0 | 0.27 | 238 | 0.67 | 0.44 |
| Hex | 25 | 2A | BB | 50 | 4E | 0 | 1B | EE | 43 | 2C |
| Octal | 45 | 52 | 273 | 120 | 116 | 0 | 33 | 356 | 103 | 54 |
| Binary | 100101 | 101010 | 10111011 | 1010000 | 1001110 | 0 | 11011 | 11101110 | 1000011 | 101100 |
Color Harmonies of #252ABB
Complementary color
Monochromatic Colors of #252ABB
Black with #252ABB
Text Example
Text Example
White with #252ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252ABB; }
p { color: rgb(37,42,187); }
H1.HeaderClassName
{
color: #252ABB;
}
.AnyTagClassName
{
color: #252ABB;
}
</style>
background-color css
<style>
a { background-color: #252ABB; }
a { background-color: rgb(37,42,187); }
div.DivClassName
{
background-color: #252ABB;
}
.BgClassName
{
background-color: #252ABB;
}
</style>
border-color css
<style>
span { border-color: #252ABB; }
span { border-color: rgb(37,42,187); }
td.TdClassName
{
border-color: #252ABB;
}
.TagClassName
{
border-color: #252ABB;
}
</style>