Shades of Cyprus #03383F
Tints of Cyprus #03383F
RGB
CMYK
RGB Variations
Color information
#03383F (or 0x03383F) is known color: Cyprus. HEX triplet: 03, 38 and 3F. RGB value is (3,56,63). Sum of RGB (Red+Green+Blue) = 3+56+63=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #03383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03383F is #FCC7C0. Grayscale: #282828. Windows color (decimal): -16566209 or 4143107. OLE color: 4143107.
HSL color Cylindrical-coordinate representation of color #03383F: hue angle of 187º 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 #03383F is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 56 | 63 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.75 |
| HSL | 187º | 0.91% | 0.13% | - |
| HSV(B) | 187º | 0.95% | 0.25% | - |
| XYZ | 2.35 | 3.21 | 5.2 | - |
| YUV | 40.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 63 | 0.95 | 0.11 | 0 | 0.75 | 187 | 0.91 | 0.13 |
| Hex | 3 | 38 | 3F | 5F | B | 0 | 4B | BB | 5B | D |
| Octal | 3 | 70 | 77 | 137 | 13 | 0 | 113 | 273 | 133 | 15 |
| Binary | 11 | 111000 | 111111 | 1011111 | 1011 | 0 | 1001011 | 10111011 | 1011011 | 1101 |
Color Harmonies of #03383F
Complementary color
Monochromatic Colors of #03383F
Black with #03383F
Text Example
Text Example
White with #03383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03383F; }
p { color: rgb(3,56,63); }
H1.HeaderClassName
{
color: #03383F;
}
.AnyTagClassName
{
color: #03383F;
}
</style>
background-color css
<style>
a { background-color: #03383F; }
a { background-color: rgb(3,56,63); }
div.DivClassName
{
background-color: #03383F;
}
.BgClassName
{
background-color: #03383F;
}
</style>
border-color css
<style>
span { border-color: #03383F; }
span { border-color: rgb(3,56,63); }
td.TdClassName
{
border-color: #03383F;
}
.TagClassName
{
border-color: #03383F;
}
</style>