Shades of Blue Lagoon #035F7C
Tints of Blue Lagoon #035F7C
RGB
CMYK
RGB Variations
Color information
#035F7C (or 0x035F7C) is known color: Blue Lagoon. HEX triplet: 03, 5F and 7C. RGB value is (3,95,124). Sum of RGB (Red+Green+Blue) = 3+95+124=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #035F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035F7C is #FCA083. Grayscale: #464646. Windows color (decimal): -16556164 or 8150787. OLE color: 8150787.
HSL color Cylindrical-coordinate representation of color #035F7C: hue angle of 194.38º 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 #035F7C is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 95 | 124 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.51 |
| HSL | 194.38º | 0.95% | 0.25% | - |
| HSV(B) | 194.38º | 0.98% | 0.49% | - |
| XYZ | 7.77 | 9.66 | 20.52 | - |
| YUV | 70.8 | 158.02 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 124 | 0.98 | 0.23 | 0 | 0.51 | 194.38 | 0.95 | 0.25 |
| Hex | 3 | 5F | 7C | 62 | 17 | 0 | 33 | C2 | 5F | 19 |
| Octal | 3 | 137 | 174 | 142 | 27 | 0 | 63 | 302 | 137 | 31 |
| Binary | 11 | 1011111 | 1111100 | 1100010 | 10111 | 0 | 110011 | 11000010 | 1011111 | 11001 |
Color Harmonies of #035F7C
Complementary color
Monochromatic Colors of #035F7C
Black with #035F7C
Text Example
Text Example
White with #035F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035F7C; }
p { color: rgb(3,95,124); }
H1.HeaderClassName
{
color: #035F7C;
}
.AnyTagClassName
{
color: #035F7C;
}
</style>
background-color css
<style>
a { background-color: #035F7C; }
a { background-color: rgb(3,95,124); }
div.DivClassName
{
background-color: #035F7C;
}
.BgClassName
{
background-color: #035F7C;
}
</style>
border-color css
<style>
span { border-color: #035F7C; }
span { border-color: rgb(3,95,124); }
td.TdClassName
{
border-color: #035F7C;
}
.TagClassName
{
border-color: #035F7C;
}
</style>