Shades of Cyprus #03423E
Tints of Cyprus #03423E
RGB
CMYK
RGB Variations
Color information
#03423E (or 0x03423E) is known color: Cyprus. HEX triplet: 03, 42 and 3E. RGB value is (3,66,62). Sum of RGB (Red+Green+Blue) = 3+66+62=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #03423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03423E is #FCBDC1. Grayscale: #2E2E2E. Windows color (decimal): -16563650 or 4080131. OLE color: 4080131.
HSL color Cylindrical-coordinate representation of color #03423E: hue angle of 176.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03423E is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 62 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.74 |
| HSL | 176.19º | 0.91% | 0.14% | - |
| HSV(B) | 176.19º | 0.95% | 0.26% | - |
| XYZ | 2.86 | 4.26 | 5.23 | - |
| YUV | 46.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 62 | 0.95 | 0 | 0.06 | 0.74 | 176.19 | 0.91 | 0.14 |
| Hex | 3 | 42 | 3E | 5F | 0 | 6 | 4A | B0 | 5B | E |
| Octal | 3 | 102 | 76 | 137 | 0 | 6 | 112 | 260 | 133 | 16 |
| Binary | 11 | 1000010 | 111110 | 1011111 | 0 | 110 | 1001010 | 10110000 | 1011011 | 1110 |
Color Harmonies of #03423E
Complementary color
Monochromatic Colors of #03423E
Black with #03423E
Text Example
Text Example
White with #03423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03423E; }
p { color: rgb(3,66,62); }
H1.HeaderClassName
{
color: #03423E;
}
.AnyTagClassName
{
color: #03423E;
}
</style>
background-color css
<style>
a { background-color: #03423E; }
a { background-color: rgb(3,66,62); }
div.DivClassName
{
background-color: #03423E;
}
.BgClassName
{
background-color: #03423E;
}
</style>
border-color css
<style>
span { border-color: #03423E; }
span { border-color: rgb(3,66,62); }
td.TdClassName
{
border-color: #03423E;
}
.TagClassName
{
border-color: #03423E;
}
</style>