Shades of Cyprus #03433C
Tints of Cyprus #03433C
RGB
CMYK
RGB Variations
Color information
#03433C (or 0x03433C) is known color: Cyprus. HEX triplet: 03, 43 and 3C. RGB value is (3,67,60). Sum of RGB (Red+Green+Blue) = 3+67+60=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #03433C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03433C is #FCBCC3. Grayscale: #2F2F2F. Windows color (decimal): -16563396 or 3949315. OLE color: 3949315.
HSL color Cylindrical-coordinate representation of color #03433C: hue angle of 173.44º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03433C is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 67 | 60 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.74 |
| HSL | 173.44º | 0.91% | 0.14% | - |
| HSV(B) | 173.44º | 0.96% | 0.26% | - |
| XYZ | 2.86 | 4.36 | 4.97 | - |
| YUV | 47.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 60 | 0.96 | 0 | 0.10 | 0.74 | 173.44 | 0.91 | 0.14 |
| Hex | 3 | 43 | 3C | 60 | 0 | A | 4A | AD | 5B | E |
| Octal | 3 | 103 | 74 | 140 | 0 | 12 | 112 | 255 | 133 | 16 |
| Binary | 11 | 1000011 | 111100 | 1100000 | 0 | 1010 | 1001010 | 10101101 | 1011011 | 1110 |
Color Harmonies of #03433C
Complementary color
Monochromatic Colors of #03433C
Black with #03433C
Text Example
Text Example
White with #03433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03433C; }
p { color: rgb(3,67,60); }
H1.HeaderClassName
{
color: #03433C;
}
.AnyTagClassName
{
color: #03433C;
}
</style>
background-color css
<style>
a { background-color: #03433C; }
a { background-color: rgb(3,67,60); }
div.DivClassName
{
background-color: #03433C;
}
.BgClassName
{
background-color: #03433C;
}
</style>
border-color css
<style>
span { border-color: #03433C; }
span { border-color: rgb(3,67,60); }
td.TdClassName
{
border-color: #03433C;
}
.TagClassName
{
border-color: #03433C;
}
</style>