Shades of Persian Blue #033CCB
Tints of Persian Blue #033CCB
RGB
CMYK
RGB Variations
Color information
#033CCB (or 0x033CCB) is known color: Persian Blue. HEX triplet: 03, 3C and CB. RGB value is (3,60,203). Sum of RGB (Red+Green+Blue) = 3+60+203=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #033CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CCB is #FCC334. Grayscale: #3A3A3A. Windows color (decimal): -16565045 or 13319171. OLE color: 13319171.
HSL color Cylindrical-coordinate representation of color #033CCB: hue angle of 222.9º 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 #033CCB is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 60 | 203 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.20 |
| HSL | 222.9º | 0.97% | 0.4% | - |
| HSV(B) | 222.9º | 0.99% | 0.8% | - |
| XYZ | 12.43 | 7.56 | 57.3 | - |
| YUV | 59.26 | 209.12 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 203 | 0.99 | 0.70 | 0 | 0.20 | 222.9 | 0.97 | 0.4 |
| Hex | 3 | 3C | CB | 63 | 46 | 0 | 14 | DF | 61 | 28 |
| Octal | 3 | 74 | 313 | 143 | 106 | 0 | 24 | 337 | 141 | 50 |
| Binary | 11 | 111100 | 11001011 | 1100011 | 1000110 | 0 | 10100 | 11011111 | 1100001 | 101000 |
Color Harmonies of #033CCB
Complementary color
Monochromatic Colors of #033CCB
Black with #033CCB
Text Example
Text Example
White with #033CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033CCB; }
p { color: rgb(3,60,203); }
H1.HeaderClassName
{
color: #033CCB;
}
.AnyTagClassName
{
color: #033CCB;
}
</style>
background-color css
<style>
a { background-color: #033CCB; }
a { background-color: rgb(3,60,203); }
div.DivClassName
{
background-color: #033CCB;
}
.BgClassName
{
background-color: #033CCB;
}
</style>
border-color css
<style>
span { border-color: #033CCB; }
span { border-color: rgb(3,60,203); }
td.TdClassName
{
border-color: #033CCB;
}
.TagClassName
{
border-color: #033CCB;
}
</style>