Shades of Cyprus #03363F
Tints of Cyprus #03363F
RGB
CMYK
RGB Variations
Color information
#03363F (or 0x03363F) is known color: Cyprus. HEX triplet: 03, 36 and 3F. RGB value is (3,54,63). Sum of RGB (Red+Green+Blue) = 3+54+63=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #03363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03363F is #FCC9C0. Grayscale: #272727. Windows color (decimal): -16566721 or 4142595. OLE color: 4142595.
HSL color Cylindrical-coordinate representation of color #03363F: hue angle of 189º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03363F is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 54 | 63 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.75 |
| HSL | 189º | 0.91% | 0.13% | - |
| HSV(B) | 189º | 0.95% | 0.25% | - |
| XYZ | 2.25 | 3.02 | 5.17 | - |
| YUV | 39.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 63 | 0.95 | 0.14 | 0 | 0.75 | 189 | 0.91 | 0.13 |
| Hex | 3 | 36 | 3F | 5F | E | 0 | 4B | BD | 5B | D |
| Octal | 3 | 66 | 77 | 137 | 16 | 0 | 113 | 275 | 133 | 15 |
| Binary | 11 | 110110 | 111111 | 1011111 | 1110 | 0 | 1001011 | 10111101 | 1011011 | 1101 |
Color Harmonies of #03363F
Complementary color
Monochromatic Colors of #03363F
Black with #03363F
Text Example
Text Example
White with #03363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03363F; }
p { color: rgb(3,54,63); }
H1.HeaderClassName
{
color: #03363F;
}
.AnyTagClassName
{
color: #03363F;
}
</style>
background-color css
<style>
a { background-color: #03363F; }
a { background-color: rgb(3,54,63); }
div.DivClassName
{
background-color: #03363F;
}
.BgClassName
{
background-color: #03363F;
}
</style>
border-color css
<style>
span { border-color: #03363F; }
span { border-color: rgb(3,54,63); }
td.TdClassName
{
border-color: #03363F;
}
.TagClassName
{
border-color: #03363F;
}
</style>