Shades of Cyprus #03353C
Tints of Cyprus #03353C
RGB
CMYK
RGB Variations
Color information
#03353C (or 0x03353C) is known color: Cyprus. HEX triplet: 03, 35 and 3C. RGB value is (3,53,60). Sum of RGB (Red+Green+Blue) = 3+53+60=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #03353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03353C is #FCCAC3. Grayscale: #262626. Windows color (decimal): -16566980 or 3945731. OLE color: 3945731.
HSL color Cylindrical-coordinate representation of color #03353C: hue angle of 187.37º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03353C is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 53 | 60 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.76 |
| HSL | 187.37º | 0.9% | 0.12% | - |
| HSV(B) | 187.37º | 0.95% | 0.24% | - |
| XYZ | 2.13 | 2.89 | 4.72 | - |
| YUV | 38.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 60 | 0.95 | 0.12 | 0 | 0.76 | 187.37 | 0.9 | 0.12 |
| Hex | 3 | 35 | 3C | 5F | C | 0 | 4C | BB | 5A | C |
| Octal | 3 | 65 | 74 | 137 | 14 | 0 | 114 | 273 | 132 | 14 |
| Binary | 11 | 110101 | 111100 | 1011111 | 1100 | 0 | 1001100 | 10111011 | 1011010 | 1100 |
Color Harmonies of #03353C
Complementary color
Monochromatic Colors of #03353C
Black with #03353C
Text Example
Text Example
White with #03353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03353C; }
p { color: rgb(3,53,60); }
H1.HeaderClassName
{
color: #03353C;
}
.AnyTagClassName
{
color: #03353C;
}
</style>
background-color css
<style>
a { background-color: #03353C; }
a { background-color: rgb(3,53,60); }
div.DivClassName
{
background-color: #03353C;
}
.BgClassName
{
background-color: #03353C;
}
</style>
border-color css
<style>
span { border-color: #03353C; }
span { border-color: rgb(3,53,60); }
td.TdClassName
{
border-color: #03353C;
}
.TagClassName
{
border-color: #03353C;
}
</style>