Shades of Cyprus #00343B
Tints of Cyprus #00343B
RGB
CMYK
RGB Variations
Color information
#00343B (or 0x00343B) is known color: Cyprus. HEX triplet: 00, 34 and 3B. RGB value is (0,52,59). Sum of RGB (Red+Green+Blue) = 0+52+59=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #00343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00343B is #FFCBC4. Grayscale: #252525. Windows color (decimal): -16763845 or 3879936. OLE color: 3879936.
HSL color Cylindrical-coordinate representation of color #00343B: hue angle of 187.12º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00343B is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 52 | 59 | - |
| CMYK | 1 | 0.12 | 0 | 0.77 |
| HSL | 187.12º | 1% | 0.12% | - |
| HSV(B) | 187.12º | 1% | 0.23% | - |
| XYZ | 2.02 | 2.77 | 4.57 | - |
| YUV | 37.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 59 | 1 | 0.12 | 0 | 0.77 | 187.12 | 1 | 0.12 |
| Hex | 0 | 34 | 3B | 64 | C | 0 | 4D | BB | 64 | C |
| Octal | 0 | 64 | 73 | 144 | 14 | 0 | 115 | 273 | 144 | 14 |
| Binary | 0 | 110100 | 111011 | 1100100 | 1100 | 0 | 1001101 | 10111011 | 1100100 | 1100 |
Color Harmonies of #00343B
Complementary color
Monochromatic Colors of #00343B
Black with #00343B
Text Example
Text Example
White with #00343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00343B; }
p { color: rgb(0,52,59); }
H1.HeaderClassName
{
color: #00343B;
}
.AnyTagClassName
{
color: #00343B;
}
</style>
background-color css
<style>
a { background-color: #00343B; }
a { background-color: rgb(0,52,59); }
div.DivClassName
{
background-color: #00343B;
}
.BgClassName
{
background-color: #00343B;
}
</style>
border-color css
<style>
span { border-color: #00343B; }
span { border-color: rgb(0,52,59); }
td.TdClassName
{
border-color: #00343B;
}
.TagClassName
{
border-color: #00343B;
}
</style>