Shades of Persian Blue #0337CC
Tints of Persian Blue #0337CC
RGB
CMYK
RGB Variations
Color information
#0337CC (or 0x0337CC) is known color: Persian Blue. HEX triplet: 03, 37 and CC. RGB value is (3,55,204). Sum of RGB (Red+Green+Blue) = 3+55+204=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #0337CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0337CC is #FCC833. Grayscale: #373737. Windows color (decimal): -16566324 or 13383427. OLE color: 13383427.
HSL color Cylindrical-coordinate representation of color #0337CC: hue angle of 224.48º 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 #0337CC is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 55 | 204 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.2 |
| HSL | 224.48º | 0.97% | 0.41% | - |
| HSV(B) | 224.48º | 0.99% | 0.8% | - |
| XYZ | 12.3 | 7.11 | 57.85 | - |
| YUV | 56.44 | 211.27 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 204 | 0.99 | 0.73 | 0 | 0.2 | 224.48 | 0.97 | 0.41 |
| Hex | 3 | 37 | CC | 63 | 49 | 0 | 14 | E0 | 61 | 29 |
| Octal | 3 | 67 | 314 | 143 | 111 | 0 | 24 | 340 | 141 | 51 |
| Binary | 11 | 110111 | 11001100 | 1100011 | 1001001 | 0 | 10100 | 11100000 | 1100001 | 101001 |
Color Harmonies of #0337CC
Complementary color
Monochromatic Colors of #0337CC
Black with #0337CC
Text Example
Text Example
White with #0337CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0337CC; }
p { color: rgb(3,55,204); }
H1.HeaderClassName
{
color: #0337CC;
}
.AnyTagClassName
{
color: #0337CC;
}
</style>
background-color css
<style>
a { background-color: #0337CC; }
a { background-color: rgb(3,55,204); }
div.DivClassName
{
background-color: #0337CC;
}
.BgClassName
{
background-color: #0337CC;
}
</style>
border-color css
<style>
span { border-color: #0337CC; }
span { border-color: rgb(3,55,204); }
td.TdClassName
{
border-color: #0337CC;
}
.TagClassName
{
border-color: #0337CC;
}
</style>