Shades of Cyprus #03423D
Tints of Cyprus #03423D
RGB
CMYK
RGB Variations
Color information
#03423D (or 0x03423D) is known color: Cyprus. HEX triplet: 03, 42 and 3D. RGB value is (3,66,61). Sum of RGB (Red+Green+Blue) = 3+66+61=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #03423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03423D is #FCBDC2. Grayscale: #2E2E2E. Windows color (decimal): -16563651 or 4014595. OLE color: 4014595.
HSL color Cylindrical-coordinate representation of color #03423D: hue angle of 175.24º 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 #03423D is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 61 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.74 |
| HSL | 175.24º | 0.91% | 0.14% | - |
| HSV(B) | 175.24º | 0.95% | 0.26% | - |
| XYZ | 2.83 | 4.25 | 5.09 | - |
| YUV | 46.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 61 | 0.95 | 0 | 0.08 | 0.74 | 175.24 | 0.91 | 0.14 |
| Hex | 3 | 42 | 3D | 5F | 0 | 8 | 4A | AF | 5B | E |
| Octal | 3 | 102 | 75 | 137 | 0 | 10 | 112 | 257 | 133 | 16 |
| Binary | 11 | 1000010 | 111101 | 1011111 | 0 | 1000 | 1001010 | 10101111 | 1011011 | 1110 |
Color Harmonies of #03423D
Complementary color
Monochromatic Colors of #03423D
Black with #03423D
Text Example
Text Example
White with #03423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03423D; }
p { color: rgb(3,66,61); }
H1.HeaderClassName
{
color: #03423D;
}
.AnyTagClassName
{
color: #03423D;
}
</style>
background-color css
<style>
a { background-color: #03423D; }
a { background-color: rgb(3,66,61); }
div.DivClassName
{
background-color: #03423D;
}
.BgClassName
{
background-color: #03423D;
}
</style>
border-color css
<style>
span { border-color: #03423D; }
span { border-color: rgb(3,66,61); }
td.TdClassName
{
border-color: #03423D;
}
.TagClassName
{
border-color: #03423D;
}
</style>