Shades of Cyprus #03403F
Tints of Cyprus #03403F
RGB
CMYK
RGB Variations
Color information
#03403F (or 0x03403F) is known color: Cyprus. HEX triplet: 03, 40 and 3F. RGB value is (3,64,63). Sum of RGB (Red+Green+Blue) = 3+64+63=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #03403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03403F is #FCBFC0. Grayscale: #2D2D2D. Windows color (decimal): -16564161 or 4145155. OLE color: 4145155.
HSL color Cylindrical-coordinate representation of color #03403F: hue angle of 179.02º 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 #03403F is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 63 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.75 |
| HSL | 179.02º | 0.91% | 0.13% | - |
| HSV(B) | 179.02º | 0.95% | 0.25% | - |
| XYZ | 2.77 | 4.05 | 5.34 | - |
| YUV | 45.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 63 | 0.95 | 0 | 0.02 | 0.75 | 179.02 | 0.91 | 0.13 |
| Hex | 3 | 40 | 3F | 5F | 0 | 2 | 4B | B3 | 5B | D |
| Octal | 3 | 100 | 77 | 137 | 0 | 2 | 113 | 263 | 133 | 15 |
| Binary | 11 | 1000000 | 111111 | 1011111 | 0 | 10 | 1001011 | 10110011 | 1011011 | 1101 |
Color Harmonies of #03403F
Complementary color
Monochromatic Colors of #03403F
Black with #03403F
Text Example
Text Example
White with #03403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03403F; }
p { color: rgb(3,64,63); }
H1.HeaderClassName
{
color: #03403F;
}
.AnyTagClassName
{
color: #03403F;
}
</style>
background-color css
<style>
a { background-color: #03403F; }
a { background-color: rgb(3,64,63); }
div.DivClassName
{
background-color: #03403F;
}
.BgClassName
{
background-color: #03403F;
}
</style>
border-color css
<style>
span { border-color: #03403F; }
span { border-color: rgb(3,64,63); }
td.TdClassName
{
border-color: #03403F;
}
.TagClassName
{
border-color: #03403F;
}
</style>