Shades of Cyprus #03403C
Tints of Cyprus #03403C
RGB
CMYK
RGB Variations
Color information
#03403C (or 0x03403C) is known color: Cyprus. HEX triplet: 03, 40 and 3C. RGB value is (3,64,60). Sum of RGB (Red+Green+Blue) = 3+64+60=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #03403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03403C is #FCBFC3. Grayscale: #2D2D2D. Windows color (decimal): -16564164 or 3948547. OLE color: 3948547.
HSL color Cylindrical-coordinate representation of color #03403C: hue angle of 176.07º 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 #03403C is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 60 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.75 |
| HSL | 176.07º | 0.91% | 0.13% | - |
| HSV(B) | 176.07º | 0.95% | 0.25% | - |
| XYZ | 2.69 | 4.01 | 4.91 | - |
| YUV | 45.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 60 | 0.95 | 0 | 0.06 | 0.75 | 176.07 | 0.91 | 0.13 |
| Hex | 3 | 40 | 3C | 5F | 0 | 6 | 4B | B0 | 5B | D |
| Octal | 3 | 100 | 74 | 137 | 0 | 6 | 113 | 260 | 133 | 15 |
| Binary | 11 | 1000000 | 111100 | 1011111 | 0 | 110 | 1001011 | 10110000 | 1011011 | 1101 |
Color Harmonies of #03403C
Complementary color
Monochromatic Colors of #03403C
Black with #03403C
Text Example
Text Example
White with #03403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03403C; }
p { color: rgb(3,64,60); }
H1.HeaderClassName
{
color: #03403C;
}
.AnyTagClassName
{
color: #03403C;
}
</style>
background-color css
<style>
a { background-color: #03403C; }
a { background-color: rgb(3,64,60); }
div.DivClassName
{
background-color: #03403C;
}
.BgClassName
{
background-color: #03403C;
}
</style>
border-color css
<style>
span { border-color: #03403C; }
span { border-color: rgb(3,64,60); }
td.TdClassName
{
border-color: #03403C;
}
.TagClassName
{
border-color: #03403C;
}
</style>