Shades of Blue Lagoon #035C67
Tints of Blue Lagoon #035C67
RGB
CMYK
RGB Variations
Color information
#035C67 (or 0x035C67) is known color: Blue Lagoon. HEX triplet: 03, 5C and 67. RGB value is (3,92,103). Sum of RGB (Red+Green+Blue) = 3+92+103=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #035C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C67 is #FCA398. Grayscale: #424242. Windows color (decimal): -16556953 or 6773763. OLE color: 6773763.
HSL color Cylindrical-coordinate representation of color #035C67: hue angle of 186.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C67 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 92 | 103 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.60 |
| HSL | 186.6º | 0.94% | 0.21% | - |
| HSV(B) | 186.6º | 0.97% | 0.4% | - |
| XYZ | 6.31 | 8.65 | 14.17 | - |
| YUV | 66.64 | 148.51 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 103 | 0.97 | 0.11 | 0 | 0.60 | 186.6 | 0.94 | 0.21 |
| Hex | 3 | 5C | 67 | 61 | B | 0 | 3C | BB | 5E | 15 |
| Octal | 3 | 134 | 147 | 141 | 13 | 0 | 74 | 273 | 136 | 25 |
| Binary | 11 | 1011100 | 1100111 | 1100001 | 1011 | 0 | 111100 | 10111011 | 1011110 | 10101 |
Color Harmonies of #035C67
Complementary color
Monochromatic Colors of #035C67
Black with #035C67
Text Example
Text Example
White with #035C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C67; }
p { color: rgb(3,92,103); }
H1.HeaderClassName
{
color: #035C67;
}
.AnyTagClassName
{
color: #035C67;
}
</style>
background-color css
<style>
a { background-color: #035C67; }
a { background-color: rgb(3,92,103); }
div.DivClassName
{
background-color: #035C67;
}
.BgClassName
{
background-color: #035C67;
}
</style>
border-color css
<style>
span { border-color: #035C67; }
span { border-color: rgb(3,92,103); }
td.TdClassName
{
border-color: #035C67;
}
.TagClassName
{
border-color: #035C67;
}
</style>