Shades of Persian Blue #033BD5
Tints of Persian Blue #033BD5
RGB
CMYK
RGB Variations
Color information
#033BD5 (or 0x033BD5) is known color: Persian Blue. HEX triplet: 03, 3B and D5. RGB value is (3,59,213). Sum of RGB (Red+Green+Blue) = 3+59+213=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 213 (83.59% from 255 or 77.45% from 275); Max value from RGB is 213 - color contains mainly: blue. Hex color #033BD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BD5 is #FCC42A. Grayscale: #3B3B3B. Windows color (decimal): -16565291 or 13974275. OLE color: 13974275.
HSL color Cylindrical-coordinate representation of color #033BD5: hue angle of 224º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033BD5 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 59 | 213 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.16 |
| HSL | 224º | 0.97% | 0.42% | - |
| HSV(B) | 224º | 0.99% | 0.84% | - |
| XYZ | 13.61 | 7.95 | 63.77 | - |
| YUV | 59.81 | 214.45 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 213 | 0.99 | 0.72 | 0 | 0.16 | 224 | 0.97 | 0.42 |
| Hex | 3 | 3B | D5 | 63 | 48 | 0 | 10 | E0 | 61 | 2A |
| Octal | 3 | 73 | 325 | 143 | 110 | 0 | 20 | 340 | 141 | 52 |
| Binary | 11 | 111011 | 11010101 | 1100011 | 1001000 | 0 | 10000 | 11100000 | 1100001 | 101010 |
Color Harmonies of #033BD5
Complementary color
Monochromatic Colors of #033BD5
Black with #033BD5
Text Example
Text Example
White with #033BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BD5; }
p { color: rgb(3,59,213); }
H1.HeaderClassName
{
color: #033BD5;
}
.AnyTagClassName
{
color: #033BD5;
}
</style>
background-color css
<style>
a { background-color: #033BD5; }
a { background-color: rgb(3,59,213); }
div.DivClassName
{
background-color: #033BD5;
}
.BgClassName
{
background-color: #033BD5;
}
</style>
border-color css
<style>
span { border-color: #033BD5; }
span { border-color: rgb(3,59,213); }
td.TdClassName
{
border-color: #033BD5;
}
.TagClassName
{
border-color: #033BD5;
}
</style>