Shades of Cyprus #03353A
Tints of Cyprus #03353A
RGB
CMYK
RGB Variations
Color information
#03353A (or 0x03353A) is known color: Cyprus. HEX triplet: 03, 35 and 3A. RGB value is (3,53,58). Sum of RGB (Red+Green+Blue) = 3+53+58=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #03353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03353A is #FCCAC5. Grayscale: #262626. Windows color (decimal): -16566982 or 3814659. OLE color: 3814659.
HSL color Cylindrical-coordinate representation of color #03353A: hue angle of 185.45º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03353A is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 53 | 58 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.77 |
| HSL | 185.45º | 0.9% | 0.12% | - |
| HSV(B) | 185.45º | 0.95% | 0.23% | - |
| XYZ | 2.07 | 2.87 | 4.45 | - |
| YUV | 38.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 58 | 0.95 | 0.09 | 0 | 0.77 | 185.45 | 0.9 | 0.12 |
| Hex | 3 | 35 | 3A | 5F | 9 | 0 | 4D | B9 | 5A | C |
| Octal | 3 | 65 | 72 | 137 | 11 | 0 | 115 | 271 | 132 | 14 |
| Binary | 11 | 110101 | 111010 | 1011111 | 1001 | 0 | 1001101 | 10111001 | 1011010 | 1100 |
Color Harmonies of #03353A
Complementary color
Monochromatic Colors of #03353A
Black with #03353A
Text Example
Text Example
White with #03353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03353A; }
p { color: rgb(3,53,58); }
H1.HeaderClassName
{
color: #03353A;
}
.AnyTagClassName
{
color: #03353A;
}
</style>
background-color css
<style>
a { background-color: #03353A; }
a { background-color: rgb(3,53,58); }
div.DivClassName
{
background-color: #03353A;
}
.BgClassName
{
background-color: #03353A;
}
</style>
border-color css
<style>
span { border-color: #03353A; }
span { border-color: rgb(3,53,58); }
td.TdClassName
{
border-color: #03353A;
}
.TagClassName
{
border-color: #03353A;
}
</style>