Shades of Cyprus #03423B
Tints of Cyprus #03423B
RGB
CMYK
RGB Variations
Color information
#03423B (or 0x03423B) is known color: Cyprus. HEX triplet: 03, 42 and 3B. RGB value is (3,66,59). Sum of RGB (Red+Green+Blue) = 3+66+59=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #03423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03423B is #FCBDC4. Grayscale: #2E2E2E. Windows color (decimal): -16563653 or 3883523. OLE color: 3883523.
HSL color Cylindrical-coordinate representation of color #03423B: hue angle of 173.33º 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 #03423B is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 59 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.74 |
| HSL | 173.33º | 0.91% | 0.14% | - |
| HSV(B) | 173.33º | 0.95% | 0.26% | - |
| XYZ | 2.78 | 4.23 | 4.81 | - |
| YUV | 46.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 59 | 0.95 | 0 | 0.11 | 0.74 | 173.33 | 0.91 | 0.14 |
| Hex | 3 | 42 | 3B | 5F | 0 | B | 4A | AD | 5B | E |
| Octal | 3 | 102 | 73 | 137 | 0 | 13 | 112 | 255 | 133 | 16 |
| Binary | 11 | 1000010 | 111011 | 1011111 | 0 | 1011 | 1001010 | 10101101 | 1011011 | 1110 |
Color Harmonies of #03423B
Complementary color
Monochromatic Colors of #03423B
Black with #03423B
Text Example
Text Example
White with #03423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03423B; }
p { color: rgb(3,66,59); }
H1.HeaderClassName
{
color: #03423B;
}
.AnyTagClassName
{
color: #03423B;
}
</style>
background-color css
<style>
a { background-color: #03423B; }
a { background-color: rgb(3,66,59); }
div.DivClassName
{
background-color: #03423B;
}
.BgClassName
{
background-color: #03423B;
}
</style>
border-color css
<style>
span { border-color: #03423B; }
span { border-color: rgb(3,66,59); }
td.TdClassName
{
border-color: #03423B;
}
.TagClassName
{
border-color: #03423B;
}
</style>