Shades of Persian Blue #032CCB
Tints of Persian Blue #032CCB
RGB
CMYK
RGB Variations
Color information
#032CCB (or 0x032CCB) is known color: Persian Blue. HEX triplet: 03, 2C and CB. RGB value is (3,44,203). Sum of RGB (Red+Green+Blue) = 3+44+203=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #032CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CCB is #FCD334. Grayscale: #313131. Windows color (decimal): -16569141 or 13315075. OLE color: 13315075.
HSL color Cylindrical-coordinate representation of color #032CCB: hue angle of 227.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032CCB is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 44 | 203 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.20 |
| HSL | 227.7º | 0.97% | 0.4% | - |
| HSV(B) | 227.7º | 0.99% | 0.8% | - |
| XYZ | 11.72 | 6.13 | 57.07 | - |
| YUV | 49.87 | 214.42 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 203 | 0.99 | 0.78 | 0 | 0.20 | 227.7 | 0.97 | 0.4 |
| Hex | 3 | 2C | CB | 63 | 4E | 0 | 14 | E4 | 61 | 28 |
| Octal | 3 | 54 | 313 | 143 | 116 | 0 | 24 | 344 | 141 | 50 |
| Binary | 11 | 101100 | 11001011 | 1100011 | 1001110 | 0 | 10100 | 11100100 | 1100001 | 101000 |
Color Harmonies of #032CCB
Complementary color
Monochromatic Colors of #032CCB
Black with #032CCB
Text Example
Text Example
White with #032CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CCB; }
p { color: rgb(3,44,203); }
H1.HeaderClassName
{
color: #032CCB;
}
.AnyTagClassName
{
color: #032CCB;
}
</style>
background-color css
<style>
a { background-color: #032CCB; }
a { background-color: rgb(3,44,203); }
div.DivClassName
{
background-color: #032CCB;
}
.BgClassName
{
background-color: #032CCB;
}
</style>
border-color css
<style>
span { border-color: #032CCB; }
span { border-color: rgb(3,44,203); }
td.TdClassName
{
border-color: #032CCB;
}
.TagClassName
{
border-color: #032CCB;
}
</style>