Shades of Persian Blue #0232DC
Tints of Persian Blue #0232DC
RGB
CMYK
RGB Variations
Color information
#0232DC (or 0x0232DC) is known color: Persian Blue. HEX triplet: 02, 32 and DC. RGB value is (2,50,220). Sum of RGB (Red+Green+Blue) = 2+50+220=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #0232DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0232DC is #FDCD23. Grayscale: #363636. Windows color (decimal): -16633124 or 14430722. OLE color: 14430722.
HSL color Cylindrical-coordinate representation of color #0232DC: hue angle of 226.79º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0232DC is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 50 | 220 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.14 |
| HSL | 226.79º | 0.98% | 0.44% | - |
| HSV(B) | 226.79º | 0.99% | 0.86% | - |
| XYZ | 14.08 | 7.46 | 68.41 | - |
| YUV | 55.03 | 221.1 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 220 | 0.99 | 0.77 | 0 | 0.14 | 226.79 | 0.98 | 0.44 |
| Hex | 2 | 32 | DC | 63 | 4D | 0 | E | E3 | 62 | 2C |
| Octal | 2 | 62 | 334 | 143 | 115 | 0 | 16 | 343 | 142 | 54 |
| Binary | 10 | 110010 | 11011100 | 1100011 | 1001101 | 0 | 1110 | 11100011 | 1100010 | 101100 |
Color Harmonies of #0232DC
Complementary color
Monochromatic Colors of #0232DC
Black with #0232DC
Text Example
Text Example
White with #0232DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232DC; }
p { color: rgb(2,50,220); }
H1.HeaderClassName
{
color: #0232DC;
}
.AnyTagClassName
{
color: #0232DC;
}
</style>
background-color css
<style>
a { background-color: #0232DC; }
a { background-color: rgb(2,50,220); }
div.DivClassName
{
background-color: #0232DC;
}
.BgClassName
{
background-color: #0232DC;
}
</style>
border-color css
<style>
span { border-color: #0232DC; }
span { border-color: rgb(2,50,220); }
td.TdClassName
{
border-color: #0232DC;
}
.TagClassName
{
border-color: #0232DC;
}
</style>