Shades of Persian Blue #032BCC
Tints of Persian Blue #032BCC
RGB
CMYK
RGB Variations
Color information
#032BCC (or 0x032BCC) is known color: Persian Blue. HEX triplet: 03, 2B and CC. RGB value is (3,43,204). Sum of RGB (Red+Green+Blue) = 3+43+204=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #032BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BCC is #FCD433. Grayscale: #303030. Windows color (decimal): -16569396 or 13380355. OLE color: 13380355.
HSL color Cylindrical-coordinate representation of color #032BCC: hue angle of 228.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032BCC is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 43 | 204 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.2 |
| HSL | 228.06º | 0.97% | 0.41% | - |
| HSV(B) | 228.06º | 0.99% | 0.8% | - |
| XYZ | 11.8 | 6.11 | 57.68 | - |
| YUV | 49.39 | 215.25 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 204 | 0.99 | 0.79 | 0 | 0.2 | 228.06 | 0.97 | 0.41 |
| Hex | 3 | 2B | CC | 63 | 4F | 0 | 14 | E4 | 61 | 29 |
| Octal | 3 | 53 | 314 | 143 | 117 | 0 | 24 | 344 | 141 | 51 |
| Binary | 11 | 101011 | 11001100 | 1100011 | 1001111 | 0 | 10100 | 11100100 | 1100001 | 101001 |
Color Harmonies of #032BCC
Complementary color
Monochromatic Colors of #032BCC
Black with #032BCC
Text Example
Text Example
White with #032BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BCC; }
p { color: rgb(3,43,204); }
H1.HeaderClassName
{
color: #032BCC;
}
.AnyTagClassName
{
color: #032BCC;
}
</style>
background-color css
<style>
a { background-color: #032BCC; }
a { background-color: rgb(3,43,204); }
div.DivClassName
{
background-color: #032BCC;
}
.BgClassName
{
background-color: #032BCC;
}
</style>
border-color css
<style>
span { border-color: #032BCC; }
span { border-color: rgb(3,43,204); }
td.TdClassName
{
border-color: #032BCC;
}
.TagClassName
{
border-color: #032BCC;
}
</style>