Shades of Cyprus #093C3E
Tints of Cyprus #093C3E
RGB
CMYK
RGB Variations
Color information
#093C3E (or 0x093C3E) is known color: Cyprus. HEX triplet: 09, 3C and 3E. RGB value is (9,60,62). Sum of RGB (Red+Green+Blue) = 9+60+62=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 62 - color contains mainly: blue. Hex color #093C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C3E is #F6C3C1. Grayscale: #2C2C2C. Windows color (decimal): -16171970 or 4078601. OLE color: 4078601.
HSL color Cylindrical-coordinate representation of color #093C3E: hue angle of 182.26º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093C3E is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 9 | 60 | 62 | - |
CMYK | 0.85 | 0.03 | 0 | 0.76 |
HSL | 182.26º | 0.75% | 0.14% | - |
HSV(B) | 182.26º | 0.85% | 0.24% | - |
XYZ | 2.6 | 3.64 | 5.12 | - |
YUV | 44.98 | 137.6 | 102.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 60 | 62 | 0.85 | 0.03 | 0 | 0.76 | 182.26 | 0.75 | 0.14 |
Hex | 9 | 3C | 3E | 55 | 3 | 0 | 4C | B6 | 4B | E |
Octal | 11 | 74 | 76 | 125 | 3 | 0 | 114 | 266 | 113 | 16 |
Binary | 1001 | 111100 | 111110 | 1010101 | 11 | 0 | 1001100 | 10110110 | 1001011 | 1110 |
Color Harmonies of #093C3E
Complementary color
Monochromatic Colors of #093C3E
Black with #093C3E
Text Example
Text Example
White with #093C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C3E; }
p { color: rgb(9,60,62); }
H1.HeaderClassName
{
color: #093C3E;
}
.AnyTagClassName
{
color: #093C3E;
}
</style>
background-color css
<style>
a { background-color: #093C3E; }
a { background-color: rgb(9,60,62); }
div.DivClassName
{
background-color: #093C3E;
}
.BgClassName
{
background-color: #093C3E;
}
</style>
border-color css
<style>
span { border-color: #093C3E; }
span { border-color: rgb(9,60,62); }
td.TdClassName
{
border-color: #093C3E;
}
.TagClassName
{
border-color: #093C3E;
}
</style>