Shades of Jewel #03623C
Tints of Jewel #03623C
RGB
CMYK
RGB Variations
Color information
#03623C (or 0x03623C) is known color: Jewel. HEX triplet: 03, 62 and 3C. RGB value is (3,98,60). Sum of RGB (Red+Green+Blue) = 3+98+60=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #03623C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03623C is #FC9DC3. Grayscale: #414141. Windows color (decimal): -16555460 or 3957251. OLE color: 3957251.
HSL color Cylindrical-coordinate representation of color #03623C: hue angle of 156º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03623C is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 98 | 60 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.62 |
| HSL | 156º | 0.94% | 0.2% | - |
| HSV(B) | 156º | 0.97% | 0.38% | - |
| XYZ | 5.22 | 9.08 | 5.75 | - |
| YUV | 65.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 60 | 0.97 | 0 | 0.39 | 0.62 | 156 | 0.94 | 0.2 |
| Hex | 3 | 62 | 3C | 61 | 0 | 27 | 3E | 9C | 5E | 14 |
| Octal | 3 | 142 | 74 | 141 | 0 | 47 | 76 | 234 | 136 | 24 |
| Binary | 11 | 1100010 | 111100 | 1100001 | 0 | 100111 | 111110 | 10011100 | 1011110 | 10100 |
Color Harmonies of #03623C
Complementary color
Monochromatic Colors of #03623C
Black with #03623C
Text Example
Text Example
White with #03623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03623C; }
p { color: rgb(3,98,60); }
H1.HeaderClassName
{
color: #03623C;
}
.AnyTagClassName
{
color: #03623C;
}
</style>
background-color css
<style>
a { background-color: #03623C; }
a { background-color: rgb(3,98,60); }
div.DivClassName
{
background-color: #03623C;
}
.BgClassName
{
background-color: #03623C;
}
</style>
border-color css
<style>
span { border-color: #03623C; }
span { border-color: rgb(3,98,60); }
td.TdClassName
{
border-color: #03623C;
}
.TagClassName
{
border-color: #03623C;
}
</style>