Shades of Cyprus #03413E
Tints of Cyprus #03413E
RGB
CMYK
RGB Variations
Color information
#03413E (or 0x03413E) is known color: Cyprus. HEX triplet: 03, 41 and 3E. RGB value is (3,65,62). Sum of RGB (Red+Green+Blue) = 3+65+62=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #03413E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03413E is #FCBEC1. Grayscale: #2E2E2E. Windows color (decimal): -16563906 or 4079875. OLE color: 4079875.
HSL color Cylindrical-coordinate representation of color #03413E: hue angle of 177.1º 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 #03413E is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 65 | 62 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.75 |
| HSL | 177.1º | 0.91% | 0.13% | - |
| HSV(B) | 177.1º | 0.95% | 0.25% | - |
| XYZ | 2.8 | 4.15 | 5.21 | - |
| YUV | 46.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 62 | 0.95 | 0 | 0.05 | 0.75 | 177.1 | 0.91 | 0.13 |
| Hex | 3 | 41 | 3E | 5F | 0 | 5 | 4B | B1 | 5B | D |
| Octal | 3 | 101 | 76 | 137 | 0 | 5 | 113 | 261 | 133 | 15 |
| Binary | 11 | 1000001 | 111110 | 1011111 | 0 | 101 | 1001011 | 10110001 | 1011011 | 1101 |
Color Harmonies of #03413E
Complementary color
Monochromatic Colors of #03413E
Black with #03413E
Text Example
Text Example
White with #03413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03413E; }
p { color: rgb(3,65,62); }
H1.HeaderClassName
{
color: #03413E;
}
.AnyTagClassName
{
color: #03413E;
}
</style>
background-color css
<style>
a { background-color: #03413E; }
a { background-color: rgb(3,65,62); }
div.DivClassName
{
background-color: #03413E;
}
.BgClassName
{
background-color: #03413E;
}
</style>
border-color css
<style>
span { border-color: #03413E; }
span { border-color: rgb(3,65,62); }
td.TdClassName
{
border-color: #03413E;
}
.TagClassName
{
border-color: #03413E;
}
</style>