Shades of Cyprus #03383E
Tints of Cyprus #03383E
RGB
CMYK
RGB Variations
Color information
#03383E (or 0x03383E) is known color: Cyprus. HEX triplet: 03, 38 and 3E. RGB value is (3,56,62). Sum of RGB (Red+Green+Blue) = 3+56+62=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #03383E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03383E is #FCC7C1. Grayscale: #282828. Windows color (decimal): -16566210 or 4077571. OLE color: 4077571.
HSL color Cylindrical-coordinate representation of color #03383E: hue angle of 186.1º 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 #03383E is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 56 | 62 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.76 |
| HSL | 186.1º | 0.91% | 0.13% | - |
| HSV(B) | 186.1º | 0.95% | 0.24% | - |
| XYZ | 2.32 | 3.2 | 5.05 | - |
| YUV | 40.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 62 | 0.95 | 0.10 | 0 | 0.76 | 186.1 | 0.91 | 0.13 |
| Hex | 3 | 38 | 3E | 5F | A | 0 | 4C | BA | 5B | D |
| Octal | 3 | 70 | 76 | 137 | 12 | 0 | 114 | 272 | 133 | 15 |
| Binary | 11 | 111000 | 111110 | 1011111 | 1010 | 0 | 1001100 | 10111010 | 1011011 | 1101 |
Color Harmonies of #03383E
Complementary color
Monochromatic Colors of #03383E
Black with #03383E
Text Example
Text Example
White with #03383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03383E; }
p { color: rgb(3,56,62); }
H1.HeaderClassName
{
color: #03383E;
}
.AnyTagClassName
{
color: #03383E;
}
</style>
background-color css
<style>
a { background-color: #03383E; }
a { background-color: rgb(3,56,62); }
div.DivClassName
{
background-color: #03383E;
}
.BgClassName
{
background-color: #03383E;
}
</style>
border-color css
<style>
span { border-color: #03383E; }
span { border-color: rgb(3,56,62); }
td.TdClassName
{
border-color: #03383E;
}
.TagClassName
{
border-color: #03383E;
}
</style>