Shades of Persian Blue #033ECB
Tints of Persian Blue #033ECB
RGB
CMYK
RGB Variations
Color information
#033ECB (or 0x033ECB) is known color: Persian Blue. HEX triplet: 03, 3E and CB. RGB value is (3,62,203). Sum of RGB (Red+Green+Blue) = 3+62+203=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #033ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ECB is #FCC134. Grayscale: #3B3B3B. Windows color (decimal): -16564533 or 13319683. OLE color: 13319683.
HSL color Cylindrical-coordinate representation of color #033ECB: hue angle of 222.3º 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 #033ECB is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 62 | 203 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.20 |
| HSL | 222.3º | 0.97% | 0.4% | - |
| HSV(B) | 222.3º | 0.99% | 0.8% | - |
| XYZ | 12.54 | 7.78 | 57.34 | - |
| YUV | 60.43 | 208.45 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 203 | 0.99 | 0.69 | 0 | 0.20 | 222.3 | 0.97 | 0.4 |
| Hex | 3 | 3E | CB | 63 | 45 | 0 | 14 | DE | 61 | 28 |
| Octal | 3 | 76 | 313 | 143 | 105 | 0 | 24 | 336 | 141 | 50 |
| Binary | 11 | 111110 | 11001011 | 1100011 | 1000101 | 0 | 10100 | 11011110 | 1100001 | 101000 |
Color Harmonies of #033ECB
Complementary color
Monochromatic Colors of #033ECB
Black with #033ECB
Text Example
Text Example
White with #033ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033ECB; }
p { color: rgb(3,62,203); }
H1.HeaderClassName
{
color: #033ECB;
}
.AnyTagClassName
{
color: #033ECB;
}
</style>
background-color css
<style>
a { background-color: #033ECB; }
a { background-color: rgb(3,62,203); }
div.DivClassName
{
background-color: #033ECB;
}
.BgClassName
{
background-color: #033ECB;
}
</style>
border-color css
<style>
span { border-color: #033ECB; }
span { border-color: rgb(3,62,203); }
td.TdClassName
{
border-color: #033ECB;
}
.TagClassName
{
border-color: #033ECB;
}
</style>