Shades of Blue Lagoon #035367
Tints of Blue Lagoon #035367
RGB
CMYK
RGB Variations
Color information
#035367 (or 0x035367) is known color: Blue Lagoon. HEX triplet: 03, 53 and 67. RGB value is (3,83,103). Sum of RGB (Red+Green+Blue) = 3+83+103=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #035367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035367 is #FCAC98. Grayscale: #3D3D3D. Windows color (decimal): -16559257 or 6771459. OLE color: 6771459.
HSL color Cylindrical-coordinate representation of color #035367: hue angle of 192º 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 #035367 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 83 | 103 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.60 |
| HSL | 192º | 0.94% | 0.21% | - |
| HSV(B) | 192º | 0.97% | 0.4% | - |
| XYZ | 5.58 | 7.19 | 13.92 | - |
| YUV | 61.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 103 | 0.97 | 0.19 | 0 | 0.60 | 192 | 0.94 | 0.21 |
| Hex | 3 | 53 | 67 | 61 | 13 | 0 | 3C | C0 | 5E | 15 |
| Octal | 3 | 123 | 147 | 141 | 23 | 0 | 74 | 300 | 136 | 25 |
| Binary | 11 | 1010011 | 1100111 | 1100001 | 10011 | 0 | 111100 | 11000000 | 1011110 | 10101 |
Color Harmonies of #035367
Complementary color
Monochromatic Colors of #035367
Black with #035367
Text Example
Text Example
White with #035367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035367; }
p { color: rgb(3,83,103); }
H1.HeaderClassName
{
color: #035367;
}
.AnyTagClassName
{
color: #035367;
}
</style>
background-color css
<style>
a { background-color: #035367; }
a { background-color: rgb(3,83,103); }
div.DivClassName
{
background-color: #035367;
}
.BgClassName
{
background-color: #035367;
}
</style>
border-color css
<style>
span { border-color: #035367; }
span { border-color: rgb(3,83,103); }
td.TdClassName
{
border-color: #035367;
}
.TagClassName
{
border-color: #035367;
}
</style>