Shades of Blue Lagoon #035C7D
Tints of Blue Lagoon #035C7D
RGB
CMYK
RGB Variations
Color information
#035C7D (or 0x035C7D) is known color: Blue Lagoon. HEX triplet: 03, 5C and 7D. RGB value is (3,92,125). Sum of RGB (Red+Green+Blue) = 3+92+125=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #035C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C7D is #FCA382. Grayscale: #444444. Windows color (decimal): -16556931 or 8215555. OLE color: 8215555.
HSL color Cylindrical-coordinate representation of color #035C7D: hue angle of 196.23º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035C7D is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 92 | 125 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.51 |
| HSL | 196.23º | 0.95% | 0.25% | - |
| HSV(B) | 196.23º | 0.98% | 0.49% | - |
| XYZ | 7.57 | 9.15 | 20.77 | - |
| YUV | 69.15 | 159.51 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 125 | 0.98 | 0.26 | 0 | 0.51 | 196.23 | 0.95 | 0.25 |
| Hex | 3 | 5C | 7D | 62 | 1A | 0 | 33 | C4 | 5F | 19 |
| Octal | 3 | 134 | 175 | 142 | 32 | 0 | 63 | 304 | 137 | 31 |
| Binary | 11 | 1011100 | 1111101 | 1100010 | 11010 | 0 | 110011 | 11000100 | 1011111 | 11001 |
Color Harmonies of #035C7D
Complementary color
Monochromatic Colors of #035C7D
Black with #035C7D
Text Example
Text Example
White with #035C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C7D; }
p { color: rgb(3,92,125); }
H1.HeaderClassName
{
color: #035C7D;
}
.AnyTagClassName
{
color: #035C7D;
}
</style>
background-color css
<style>
a { background-color: #035C7D; }
a { background-color: rgb(3,92,125); }
div.DivClassName
{
background-color: #035C7D;
}
.BgClassName
{
background-color: #035C7D;
}
</style>
border-color css
<style>
span { border-color: #035C7D; }
span { border-color: rgb(3,92,125); }
td.TdClassName
{
border-color: #035C7D;
}
.TagClassName
{
border-color: #035C7D;
}
</style>