Shades of Persian Blue #033FC8
Tints of Persian Blue #033FC8
RGB
CMYK
RGB Variations
Color information
#033FC8 (or 0x033FC8) is known color: Persian Blue. HEX triplet: 03, 3F and C8. RGB value is (3,63,200). Sum of RGB (Red+Green+Blue) = 3+63+200=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 200 (78.52% from 255 or 75.19% from 266); Max value from RGB is 200 - color contains mainly: blue. Hex color #033FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033FC8 is #FCC037. Grayscale: #3C3C3C. Windows color (decimal): -16564280 or 13123331. OLE color: 13123331.
HSL color Cylindrical-coordinate representation of color #033FC8: hue angle of 221.73º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033FC8 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 63 | 200 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.22 |
| HSL | 221.73º | 0.97% | 0.4% | - |
| HSV(B) | 221.73º | 0.99% | 0.78% | - |
| XYZ | 12.24 | 7.74 | 55.49 | - |
| YUV | 60.68 | 206.62 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 200 | 0.98 | 0.68 | 0 | 0.22 | 221.73 | 0.97 | 0.4 |
| Hex | 3 | 3F | C8 | 62 | 44 | 0 | 16 | DE | 61 | 28 |
| Octal | 3 | 77 | 310 | 142 | 104 | 0 | 26 | 336 | 141 | 50 |
| Binary | 11 | 111111 | 11001000 | 1100010 | 1000100 | 0 | 10110 | 11011110 | 1100001 | 101000 |
Color Harmonies of #033FC8
Complementary color
Monochromatic Colors of #033FC8
Black with #033FC8
Text Example
Text Example
White with #033FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FC8; }
p { color: rgb(3,63,200); }
H1.HeaderClassName
{
color: #033FC8;
}
.AnyTagClassName
{
color: #033FC8;
}
</style>
background-color css
<style>
a { background-color: #033FC8; }
a { background-color: rgb(3,63,200); }
div.DivClassName
{
background-color: #033FC8;
}
.BgClassName
{
background-color: #033FC8;
}
</style>
border-color css
<style>
span { border-color: #033FC8; }
span { border-color: rgb(3,63,200); }
td.TdClassName
{
border-color: #033FC8;
}
.TagClassName
{
border-color: #033FC8;
}
</style>