Shades of Cyprus #03393A
Tints of Cyprus #03393A
RGB
CMYK
RGB Variations
Color information
#03393A (or 0x03393A) is known color: Cyprus. HEX triplet: 03, 39 and 3A. RGB value is (3,57,58). Sum of RGB (Red+Green+Blue) = 3+57+58=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #03393A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03393A is #FCC6C5. Grayscale: #282828. Windows color (decimal): -16565958 or 3815683. OLE color: 3815683.
HSL color Cylindrical-coordinate representation of color #03393A: hue angle of 181.09º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03393A is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 57 | 58 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.77 |
| HSL | 181.09º | 0.9% | 0.12% | - |
| HSV(B) | 181.09º | 0.95% | 0.23% | - |
| XYZ | 2.26 | 3.25 | 4.51 | - |
| YUV | 40.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 58 | 0.95 | 0.02 | 0 | 0.77 | 181.09 | 0.9 | 0.12 |
| Hex | 3 | 39 | 3A | 5F | 2 | 0 | 4D | B5 | 5A | C |
| Octal | 3 | 71 | 72 | 137 | 2 | 0 | 115 | 265 | 132 | 14 |
| Binary | 11 | 111001 | 111010 | 1011111 | 10 | 0 | 1001101 | 10110101 | 1011010 | 1100 |
Color Harmonies of #03393A
Complementary color
Monochromatic Colors of #03393A
Black with #03393A
Text Example
Text Example
White with #03393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03393A; }
p { color: rgb(3,57,58); }
H1.HeaderClassName
{
color: #03393A;
}
.AnyTagClassName
{
color: #03393A;
}
</style>
background-color css
<style>
a { background-color: #03393A; }
a { background-color: rgb(3,57,58); }
div.DivClassName
{
background-color: #03393A;
}
.BgClassName
{
background-color: #03393A;
}
</style>
border-color css
<style>
span { border-color: #03393A; }
span { border-color: rgb(3,57,58); }
td.TdClassName
{
border-color: #03393A;
}
.TagClassName
{
border-color: #03393A;
}
</style>