Shades of Cyprus #03393F
Tints of Cyprus #03393F
RGB
CMYK
RGB Variations
Color information
#03393F (or 0x03393F) is known color: Cyprus. HEX triplet: 03, 39 and 3F. RGB value is (3,57,63). Sum of RGB (Red+Green+Blue) = 3+57+63=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #03393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03393F is #FCC6C0. Grayscale: #292929. Windows color (decimal): -16565953 or 4143363. OLE color: 4143363.
HSL color Cylindrical-coordinate representation of color #03393F: hue angle of 186º 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 #03393F is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 57 | 63 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.75 |
| HSL | 186º | 0.91% | 0.13% | - |
| HSV(B) | 186º | 0.95% | 0.25% | - |
| XYZ | 2.4 | 3.3 | 5.21 | - |
| YUV | 41.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 63 | 0.95 | 0.10 | 0 | 0.75 | 186 | 0.91 | 0.13 |
| Hex | 3 | 39 | 3F | 5F | A | 0 | 4B | BA | 5B | D |
| Octal | 3 | 71 | 77 | 137 | 12 | 0 | 113 | 272 | 133 | 15 |
| Binary | 11 | 111001 | 111111 | 1011111 | 1010 | 0 | 1001011 | 10111010 | 1011011 | 1101 |
Color Harmonies of #03393F
Complementary color
Monochromatic Colors of #03393F
Black with #03393F
Text Example
Text Example
White with #03393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03393F; }
p { color: rgb(3,57,63); }
H1.HeaderClassName
{
color: #03393F;
}
.AnyTagClassName
{
color: #03393F;
}
</style>
background-color css
<style>
a { background-color: #03393F; }
a { background-color: rgb(3,57,63); }
div.DivClassName
{
background-color: #03393F;
}
.BgClassName
{
background-color: #03393F;
}
</style>
border-color css
<style>
span { border-color: #03393F; }
span { border-color: rgb(3,57,63); }
td.TdClassName
{
border-color: #03393F;
}
.TagClassName
{
border-color: #03393F;
}
</style>