Shades of Jewel #03693C
Tints of Jewel #03693C
RGB
CMYK
RGB Variations
Color information
#03693C (or 0x03693C) is known color: Jewel. HEX triplet: 03, 69 and 3C. RGB value is (3,105,60). Sum of RGB (Red+Green+Blue) = 3+105+60=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 105 (41.41% from 255 or 62.5% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 105 - color contains mainly: green. Hex color #03693C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03693C is #FC96C3. Grayscale: #454545. Windows color (decimal): -16553668 or 3959043. OLE color: 3959043.
HSL color Cylindrical-coordinate representation of color #03693C: hue angle of 153.53º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03693C is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 105 | 60 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.59 |
| HSL | 153.53º | 0.94% | 0.21% | - |
| HSV(B) | 153.53º | 0.97% | 0.41% | - |
| XYZ | 5.9 | 10.45 | 5.98 | - |
| YUV | 69.37 | 122.71 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 60 | 0.97 | 0 | 0.43 | 0.59 | 153.53 | 0.94 | 0.21 |
| Hex | 3 | 69 | 3C | 61 | 0 | 2B | 3B | 9A | 5E | 15 |
| Octal | 3 | 151 | 74 | 141 | 0 | 53 | 73 | 232 | 136 | 25 |
| Binary | 11 | 1101001 | 111100 | 1100001 | 0 | 101011 | 111011 | 10011010 | 1011110 | 10101 |
Color Harmonies of #03693C
Complementary color
Monochromatic Colors of #03693C
Black with #03693C
Text Example
Text Example
White with #03693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03693C; }
p { color: rgb(3,105,60); }
H1.HeaderClassName
{
color: #03693C;
}
.AnyTagClassName
{
color: #03693C;
}
</style>
background-color css
<style>
a { background-color: #03693C; }
a { background-color: rgb(3,105,60); }
div.DivClassName
{
background-color: #03693C;
}
.BgClassName
{
background-color: #03693C;
}
</style>
border-color css
<style>
span { border-color: #03693C; }
span { border-color: rgb(3,105,60); }
td.TdClassName
{
border-color: #03693C;
}
.TagClassName
{
border-color: #03693C;
}
</style>