Shades of Blue Lagoon #045362
Tints of Blue Lagoon #045362
RGB
CMYK
RGB Variations
Color information
#045362 (or 0x045362) is known color: Blue Lagoon. HEX triplet: 04, 53 and 62. RGB value is (4,83,98). Sum of RGB (Red+Green+Blue) = 4+83+98=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #045362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045362 is #FBAC9D. Grayscale: #3C3C3C. Windows color (decimal): -16493726 or 6443780. OLE color: 6443780.
HSL color Cylindrical-coordinate representation of color #045362: hue angle of 189.57º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045362 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 83 | 98 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.62 |
| HSL | 189.57º | 0.92% | 0.2% | - |
| HSV(B) | 189.57º | 0.96% | 0.38% | - |
| XYZ | 5.35 | 7.09 | 12.64 | - |
| YUV | 61.09 | 148.83 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 98 | 0.96 | 0.15 | 0 | 0.62 | 189.57 | 0.92 | 0.2 |
| Hex | 4 | 53 | 62 | 60 | F | 0 | 3E | BE | 5C | 14 |
| Octal | 4 | 123 | 142 | 140 | 17 | 0 | 76 | 276 | 134 | 24 |
| Binary | 100 | 1010011 | 1100010 | 1100000 | 1111 | 0 | 111110 | 10111110 | 1011100 | 10100 |
Color Harmonies of #045362
Complementary color
Monochromatic Colors of #045362
Black with #045362
Text Example
Text Example
White with #045362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045362; }
p { color: rgb(4,83,98); }
H1.HeaderClassName
{
color: #045362;
}
.AnyTagClassName
{
color: #045362;
}
</style>
background-color css
<style>
a { background-color: #045362; }
a { background-color: rgb(4,83,98); }
div.DivClassName
{
background-color: #045362;
}
.BgClassName
{
background-color: #045362;
}
</style>
border-color css
<style>
span { border-color: #045362; }
span { border-color: rgb(4,83,98); }
td.TdClassName
{
border-color: #045362;
}
.TagClassName
{
border-color: #045362;
}
</style>