Shades of Persian Blue #033BDC
Tints of Persian Blue #033BDC
RGB
CMYK
RGB Variations
Color information
#033BDC (or 0x033BDC) is known color: Persian Blue. HEX triplet: 03, 3B and DC. RGB value is (3,59,220). Sum of RGB (Red+Green+Blue) = 3+59+220=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #033BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BDC is #FCC423. Grayscale: #3B3B3B. Windows color (decimal): -16565284 or 14433027. OLE color: 14433027.
HSL color Cylindrical-coordinate representation of color #033BDC: hue angle of 224.52º degrees, saturation: 0.97, 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 #033BDC is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 59 | 220 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.14 |
| HSL | 224.52º | 0.97% | 0.44% | - |
| HSV(B) | 224.52º | 0.99% | 0.86% | - |
| XYZ | 14.52 | 8.31 | 68.55 | - |
| YUV | 60.61 | 217.95 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 220 | 0.99 | 0.73 | 0 | 0.14 | 224.52 | 0.97 | 0.44 |
| Hex | 3 | 3B | DC | 63 | 49 | 0 | E | E1 | 61 | 2C |
| Octal | 3 | 73 | 334 | 143 | 111 | 0 | 16 | 341 | 141 | 54 |
| Binary | 11 | 111011 | 11011100 | 1100011 | 1001001 | 0 | 1110 | 11100001 | 1100001 | 101100 |
Color Harmonies of #033BDC
Complementary color
Monochromatic Colors of #033BDC
Black with #033BDC
Text Example
Text Example
White with #033BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BDC; }
p { color: rgb(3,59,220); }
H1.HeaderClassName
{
color: #033BDC;
}
.AnyTagClassName
{
color: #033BDC;
}
</style>
background-color css
<style>
a { background-color: #033BDC; }
a { background-color: rgb(3,59,220); }
div.DivClassName
{
background-color: #033BDC;
}
.BgClassName
{
background-color: #033BDC;
}
</style>
border-color css
<style>
span { border-color: #033BDC; }
span { border-color: rgb(3,59,220); }
td.TdClassName
{
border-color: #033BDC;
}
.TagClassName
{
border-color: #033BDC;
}
</style>