Shades of Persian Blue #252ABC
Tints of Persian Blue #252ABC
RGB
CMYK
RGB Variations
Color information
#252ABC (or 0x252ABC) is known color: Persian Blue. HEX triplet: 25, 2A and BC. RGB value is (37,42,188). Sum of RGB (Red+Green+Blue) = 37+42+188=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #252ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ABC is #DAD543. Grayscale: #383838. Windows color (decimal): -14341444 or 12331557. OLE color: 12331557.
HSL color Cylindrical-coordinate representation of color #252ABC: hue angle of 238.01º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #252ABC is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 42 | 188 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.26 |
| HSL | 238.01º | 0.67% | 0.44% | - |
| HSV(B) | 238.01º | 0.8% | 0.74% | - |
| XYZ | 10.67 | 5.68 | 48.11 | - |
| YUV | 57.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 188 | 0.80 | 0.78 | 0 | 0.26 | 238.01 | 0.67 | 0.44 |
| Hex | 25 | 2A | BC | 50 | 4E | 0 | 1A | EE | 43 | 2C |
| Octal | 45 | 52 | 274 | 120 | 116 | 0 | 32 | 356 | 103 | 54 |
| Binary | 100101 | 101010 | 10111100 | 1010000 | 1001110 | 0 | 11010 | 11101110 | 1000011 | 101100 |
Color Harmonies of #252ABC
Complementary color
Monochromatic Colors of #252ABC
Black with #252ABC
Text Example
Text Example
White with #252ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252ABC; }
p { color: rgb(37,42,188); }
H1.HeaderClassName
{
color: #252ABC;
}
.AnyTagClassName
{
color: #252ABC;
}
</style>
background-color css
<style>
a { background-color: #252ABC; }
a { background-color: rgb(37,42,188); }
div.DivClassName
{
background-color: #252ABC;
}
.BgClassName
{
background-color: #252ABC;
}
</style>
border-color css
<style>
span { border-color: #252ABC; }
span { border-color: rgb(37,42,188); }
td.TdClassName
{
border-color: #252ABC;
}
.TagClassName
{
border-color: #252ABC;
}
</style>