Shades of Persian Blue #033BCD
Tints of Persian Blue #033BCD
RGB
CMYK
RGB Variations
Color information
#033BCD (or 0x033BCD) is known color: Persian Blue. HEX triplet: 03, 3B and CD. RGB value is (3,59,205). Sum of RGB (Red+Green+Blue) = 3+59+205=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #033BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BCD is #FCC432. Grayscale: #3A3A3A. Windows color (decimal): -16565299 or 13449987. OLE color: 13449987.
HSL color Cylindrical-coordinate representation of color #033BCD: hue angle of 223.37º 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 #033BCD is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 59 | 205 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.20 |
| HSL | 223.37º | 0.97% | 0.41% | - |
| HSV(B) | 223.37º | 0.99% | 0.8% | - |
| XYZ | 12.62 | 7.56 | 58.55 | - |
| YUV | 58.9 | 210.45 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 205 | 0.99 | 0.71 | 0 | 0.20 | 223.37 | 0.97 | 0.41 |
| Hex | 3 | 3B | CD | 63 | 47 | 0 | 14 | DF | 61 | 29 |
| Octal | 3 | 73 | 315 | 143 | 107 | 0 | 24 | 337 | 141 | 51 |
| Binary | 11 | 111011 | 11001101 | 1100011 | 1000111 | 0 | 10100 | 11011111 | 1100001 | 101001 |
Color Harmonies of #033BCD
Complementary color
Monochromatic Colors of #033BCD
Black with #033BCD
Text Example
Text Example
White with #033BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BCD; }
p { color: rgb(3,59,205); }
H1.HeaderClassName
{
color: #033BCD;
}
.AnyTagClassName
{
color: #033BCD;
}
</style>
background-color css
<style>
a { background-color: #033BCD; }
a { background-color: rgb(3,59,205); }
div.DivClassName
{
background-color: #033BCD;
}
.BgClassName
{
background-color: #033BCD;
}
</style>
border-color css
<style>
span { border-color: #033BCD; }
span { border-color: rgb(3,59,205); }
td.TdClassName
{
border-color: #033BCD;
}
.TagClassName
{
border-color: #033BCD;
}
</style>