Shades of Blue Lagoon #03658C
Tints of Blue Lagoon #03658C
RGB
CMYK
RGB Variations
Color information
#03658C (or 0x03658C) is known color: Blue Lagoon. HEX triplet: 03, 65 and 8C. RGB value is (3,101,140). Sum of RGB (Red+Green+Blue) = 3+101+140=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #03658C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03658C is #FC9A73. Grayscale: #4B4B4B. Windows color (decimal): -16554612 or 9200899. OLE color: 9200899.
HSL color Cylindrical-coordinate representation of color #03658C: hue angle of 197.08º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03658C is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 101 | 140 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.45 |
| HSL | 197.08º | 0.96% | 0.28% | - |
| HSV(B) | 197.08º | 0.98% | 0.55% | - |
| XYZ | 9.42 | 11.22 | 26.48 | - |
| YUV | 76.14 | 164.03 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 140 | 0.98 | 0.28 | 0 | 0.45 | 197.08 | 0.96 | 0.28 |
| Hex | 3 | 65 | 8C | 62 | 1C | 0 | 2D | C5 | 60 | 1C |
| Octal | 3 | 145 | 214 | 142 | 34 | 0 | 55 | 305 | 140 | 34 |
| Binary | 11 | 1100101 | 10001100 | 1100010 | 11100 | 0 | 101101 | 11000101 | 1100000 | 11100 |
Color Harmonies of #03658C
Complementary color
Monochromatic Colors of #03658C
Black with #03658C
Text Example
Text Example
White with #03658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03658C; }
p { color: rgb(3,101,140); }
H1.HeaderClassName
{
color: #03658C;
}
.AnyTagClassName
{
color: #03658C;
}
</style>
background-color css
<style>
a { background-color: #03658C; }
a { background-color: rgb(3,101,140); }
div.DivClassName
{
background-color: #03658C;
}
.BgClassName
{
background-color: #03658C;
}
</style>
border-color css
<style>
span { border-color: #03658C; }
span { border-color: rgb(3,101,140); }
td.TdClassName
{
border-color: #03658C;
}
.TagClassName
{
border-color: #03658C;
}
</style>