#045370

Color #045370 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #045370

Tints of Blue Lagoon #045370

Color information

#045370 (or 0x045370) is unknown color: approx Blue Lagoon. HEX triplet: 04, 53 and 70. RGB value is (4,83,112). Sum of RGB (Red+Green+Blue) = 4+83+112=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #045370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045370 is #FBAC8F. Grayscale: #3E3E3E. Windows color (decimal): -16493712 or 7361284. OLE color: 7361284.

HSL color Cylindrical-coordinate representation of color #045370: hue angle of 196.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045370 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB483112-
CMYK0.960.2600.56
HSL196.11º93.1%22.75%-
HSV(B)196.11º96.43%43.92%-
XYZ6.077.3816.43-
YUV62.68155.8386.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=2.01%
G=41.71%
B=56.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4831120.960.2600.56196.1193.122.75
Hex45370601A038c45d17
Octal41231601403207030413527
Binary10010100111110000110000011010011100011000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045370; }

 p { color: rgb(4,83,112); }

 H1.HeaderClassName
 {
   color: #045370;
 }
 .AnyTagClassName
 {
   color: #045370;
 }
</style>
background-color css

<style>
 a { background-color: #045370; }

 a { background-color: rgb(4,83,112); }

 div.DivClassName
 {
   background-color: #045370;
 }
 .BgClassName
 {
   background-color: #045370;
 }
</style>
border-color css

<style>
 span { border-color: #045370; }

 span { border-color: rgb(4,83,112); }

 td.TdClassName
 {
   border-color: #045370;
 }
 .TagClassName
 {
   border-color: #045370;
 }
</style>