Shades of Cyprus #03403B
Tints of Cyprus #03403B
RGB
CMYK
RGB Variations
Color information
#03403B (or 0x03403B) is known color: Cyprus. HEX triplet: 03, 40 and 3B. RGB value is (3,64,59). Sum of RGB (Red+Green+Blue) = 3+64+59=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #03403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03403B is #FCBFC4. Grayscale: #2D2D2D. Windows color (decimal): -16564165 or 3883011. OLE color: 3883011.
HSL color Cylindrical-coordinate representation of color #03403B: hue angle of 175.08º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03403B is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 59 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.75 |
| HSL | 175.08º | 0.91% | 0.13% | - |
| HSV(B) | 175.08º | 0.95% | 0.25% | - |
| XYZ | 2.66 | 4 | 4.77 | - |
| YUV | 45.19 | 135.79 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 59 | 0.95 | 0 | 0.08 | 0.75 | 175.08 | 0.91 | 0.13 |
| Hex | 3 | 40 | 3B | 5F | 0 | 8 | 4B | AF | 5B | D |
| Octal | 3 | 100 | 73 | 137 | 0 | 10 | 113 | 257 | 133 | 15 |
| Binary | 11 | 1000000 | 111011 | 1011111 | 0 | 1000 | 1001011 | 10101111 | 1011011 | 1101 |
Color Harmonies of #03403B
Complementary color
Monochromatic Colors of #03403B
Black with #03403B
Text Example
Text Example
White with #03403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03403B; }
p { color: rgb(3,64,59); }
H1.HeaderClassName
{
color: #03403B;
}
.AnyTagClassName
{
color: #03403B;
}
</style>
background-color css
<style>
a { background-color: #03403B; }
a { background-color: rgb(3,64,59); }
div.DivClassName
{
background-color: #03403B;
}
.BgClassName
{
background-color: #03403B;
}
</style>
border-color css
<style>
span { border-color: #03403B; }
span { border-color: rgb(3,64,59); }
td.TdClassName
{
border-color: #03403B;
}
.TagClassName
{
border-color: #03403B;
}
</style>