Shades of Cyprus #03383D
Tints of Cyprus #03383D
RGB
CMYK
RGB Variations
Color information
#03383D (or 0x03383D) is known color: Cyprus. HEX triplet: 03, 38 and 3D. RGB value is (3,56,61). Sum of RGB (Red+Green+Blue) = 3+56+61=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #03383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03383D is #FCC7C2. Grayscale: #282828. Windows color (decimal): -16566211 or 4012035. OLE color: 4012035.
HSL color Cylindrical-coordinate representation of color #03383D: hue angle of 185.17º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03383D is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 56 | 61 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.76 |
| HSL | 185.17º | 0.91% | 0.13% | - |
| HSV(B) | 185.17º | 0.95% | 0.24% | - |
| XYZ | 2.29 | 3.18 | 4.91 | - |
| YUV | 40.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 61 | 0.95 | 0.08 | 0 | 0.76 | 185.17 | 0.91 | 0.13 |
| Hex | 3 | 38 | 3D | 5F | 8 | 0 | 4C | B9 | 5B | D |
| Octal | 3 | 70 | 75 | 137 | 10 | 0 | 114 | 271 | 133 | 15 |
| Binary | 11 | 111000 | 111101 | 1011111 | 1000 | 0 | 1001100 | 10111001 | 1011011 | 1101 |
Color Harmonies of #03383D
Complementary color
Monochromatic Colors of #03383D
Black with #03383D
Text Example
Text Example
White with #03383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03383D; }
p { color: rgb(3,56,61); }
H1.HeaderClassName
{
color: #03383D;
}
.AnyTagClassName
{
color: #03383D;
}
</style>
background-color css
<style>
a { background-color: #03383D; }
a { background-color: rgb(3,56,61); }
div.DivClassName
{
background-color: #03383D;
}
.BgClassName
{
background-color: #03383D;
}
</style>
border-color css
<style>
span { border-color: #03383D; }
span { border-color: rgb(3,56,61); }
td.TdClassName
{
border-color: #03383D;
}
.TagClassName
{
border-color: #03383D;
}
</style>