Shades of Persian Blue #033DED
Tints of Persian Blue #033DED
RGB
CMYK
RGB Variations
Color information
#033DED (or 0x033DED) is known color: Persian Blue. HEX triplet: 03, 3D and ED. RGB value is (3,61,237). Sum of RGB (Red+Green+Blue) = 3+61+237=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #033DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DED is #FCC212. Grayscale: #3E3E3E. Windows color (decimal): -16564755 or 15547651. OLE color: 15547651.
HSL color Cylindrical-coordinate representation of color #033DED: hue angle of 225.13º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DED is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 61 | 237 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.07 |
| HSL | 225.13º | 0.98% | 0.47% | - |
| HSV(B) | 225.13º | 0.99% | 0.93% | - |
| XYZ | 16.99 | 9.47 | 81.05 | - |
| YUV | 63.72 | 225.78 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 237 | 0.99 | 0.74 | 0 | 0.07 | 225.13 | 0.98 | 0.47 |
| Hex | 3 | 3D | ED | 63 | 4A | 0 | 7 | E1 | 62 | 2F |
| Octal | 3 | 75 | 355 | 143 | 112 | 0 | 7 | 341 | 142 | 57 |
| Binary | 11 | 111101 | 11101101 | 1100011 | 1001010 | 0 | 111 | 11100001 | 1100010 | 101111 |
Color Harmonies of #033DED
Complementary color
Monochromatic Colors of #033DED
Black with #033DED
Text Example
Text Example
White with #033DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DED; }
p { color: rgb(3,61,237); }
H1.HeaderClassName
{
color: #033DED;
}
.AnyTagClassName
{
color: #033DED;
}
</style>
background-color css
<style>
a { background-color: #033DED; }
a { background-color: rgb(3,61,237); }
div.DivClassName
{
background-color: #033DED;
}
.BgClassName
{
background-color: #033DED;
}
</style>
border-color css
<style>
span { border-color: #033DED; }
span { border-color: rgb(3,61,237); }
td.TdClassName
{
border-color: #033DED;
}
.TagClassName
{
border-color: #033DED;
}
</style>