Shades of Blue Lagoon #03676A
Tints of Blue Lagoon #03676A
RGB
CMYK
RGB Variations
Color information
#03676A (or 0x03676A) is known color: Blue Lagoon. HEX triplet: 03, 67 and 6A. RGB value is (3,103,106). Sum of RGB (Red+Green+Blue) = 3+103+106=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #03676A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03676A is #FC9895. Grayscale: #494949. Windows color (decimal): -16554134 or 6973187. OLE color: 6973187.
HSL color Cylindrical-coordinate representation of color #03676A: hue angle of 181.75º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03676A is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 103 | 106 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.58 |
| HSL | 181.75º | 0.94% | 0.21% | - |
| HSV(B) | 181.75º | 0.97% | 0.42% | - |
| XYZ | 7.49 | 10.76 | 15.32 | - |
| YUV | 73.44 | 146.37 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 106 | 0.97 | 0.03 | 0 | 0.58 | 181.75 | 0.94 | 0.21 |
| Hex | 3 | 67 | 6A | 61 | 3 | 0 | 3A | B6 | 5E | 15 |
| Octal | 3 | 147 | 152 | 141 | 3 | 0 | 72 | 266 | 136 | 25 |
| Binary | 11 | 1100111 | 1101010 | 1100001 | 11 | 0 | 111010 | 10110110 | 1011110 | 10101 |
Color Harmonies of #03676A
Complementary color
Monochromatic Colors of #03676A
Black with #03676A
Text Example
Text Example
White with #03676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03676A; }
p { color: rgb(3,103,106); }
H1.HeaderClassName
{
color: #03676A;
}
.AnyTagClassName
{
color: #03676A;
}
</style>
background-color css
<style>
a { background-color: #03676A; }
a { background-color: rgb(3,103,106); }
div.DivClassName
{
background-color: #03676A;
}
.BgClassName
{
background-color: #03676A;
}
</style>
border-color css
<style>
span { border-color: #03676A; }
span { border-color: rgb(3,103,106); }
td.TdClassName
{
border-color: #03676A;
}
.TagClassName
{
border-color: #03676A;
}
</style>