Shades of Blue Lagoon #03678A
Tints of Blue Lagoon #03678A
RGB
CMYK
RGB Variations
Color information
#03678A (or 0x03678A) is known color: Blue Lagoon. HEX triplet: 03, 67 and 8A. RGB value is (3,103,138). Sum of RGB (Red+Green+Blue) = 3+103+138=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #03678A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03678A is #FC9875. Grayscale: #4C4C4C. Windows color (decimal): -16554102 or 9070339. OLE color: 9070339.
HSL color Cylindrical-coordinate representation of color #03678A: hue angle of 195.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03678A is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 103 | 138 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.46 |
| HSL | 195.56º | 0.96% | 0.28% | - |
| HSV(B) | 195.56º | 0.98% | 0.54% | - |
| XYZ | 9.48 | 11.55 | 25.78 | - |
| YUV | 77.09 | 162.37 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 138 | 0.98 | 0.25 | 0 | 0.46 | 195.56 | 0.96 | 0.28 |
| Hex | 3 | 67 | 8A | 62 | 19 | 0 | 2E | C4 | 60 | 1C |
| Octal | 3 | 147 | 212 | 142 | 31 | 0 | 56 | 304 | 140 | 34 |
| Binary | 11 | 1100111 | 10001010 | 1100010 | 11001 | 0 | 101110 | 11000100 | 1100000 | 11100 |
Color Harmonies of #03678A
Complementary color
Monochromatic Colors of #03678A
Black with #03678A
Text Example
Text Example
White with #03678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03678A; }
p { color: rgb(3,103,138); }
H1.HeaderClassName
{
color: #03678A;
}
.AnyTagClassName
{
color: #03678A;
}
</style>
background-color css
<style>
a { background-color: #03678A; }
a { background-color: rgb(3,103,138); }
div.DivClassName
{
background-color: #03678A;
}
.BgClassName
{
background-color: #03678A;
}
</style>
border-color css
<style>
span { border-color: #03678A; }
span { border-color: rgb(3,103,138); }
td.TdClassName
{
border-color: #03678A;
}
.TagClassName
{
border-color: #03678A;
}
</style>