Shades of Persian Blue #033ADE
Tints of Persian Blue #033ADE
RGB
CMYK
RGB Variations
Color information
#033ADE (or 0x033ADE) is known color: Persian Blue. HEX triplet: 03, 3A and DE. RGB value is (3,58,222). Sum of RGB (Red+Green+Blue) = 3+58+222=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 222 (87.11% from 255 or 78.45% from 283); Max value from RGB is 222 - color contains mainly: blue. Hex color #033ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ADE is #FCC521. Grayscale: #3B3B3B. Windows color (decimal): -16565538 or 14563843. OLE color: 14563843.
HSL color Cylindrical-coordinate representation of color #033ADE: hue angle of 224.93º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033ADE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 58 | 222 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.13 |
| HSL | 224.93º | 0.97% | 0.44% | - |
| HSV(B) | 224.93º | 0.99% | 0.87% | - |
| XYZ | 14.74 | 8.32 | 69.94 | - |
| YUV | 60.25 | 219.28 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 222 | 0.99 | 0.74 | 0 | 0.13 | 224.93 | 0.97 | 0.44 |
| Hex | 3 | 3A | DE | 63 | 4A | 0 | D | E1 | 61 | 2C |
| Octal | 3 | 72 | 336 | 143 | 112 | 0 | 15 | 341 | 141 | 54 |
| Binary | 11 | 111010 | 11011110 | 1100011 | 1001010 | 0 | 1101 | 11100001 | 1100001 | 101100 |
Color Harmonies of #033ADE
Complementary color
Monochromatic Colors of #033ADE
Black with #033ADE
Text Example
Text Example
White with #033ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033ADE; }
p { color: rgb(3,58,222); }
H1.HeaderClassName
{
color: #033ADE;
}
.AnyTagClassName
{
color: #033ADE;
}
</style>
background-color css
<style>
a { background-color: #033ADE; }
a { background-color: rgb(3,58,222); }
div.DivClassName
{
background-color: #033ADE;
}
.BgClassName
{
background-color: #033ADE;
}
</style>
border-color css
<style>
span { border-color: #033ADE; }
span { border-color: rgb(3,58,222); }
td.TdClassName
{
border-color: #033ADE;
}
.TagClassName
{
border-color: #033ADE;
}
</style>