#045368

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

Shades of Blue Lagoon #045368

Tints of Blue Lagoon #045368

Color information

#045368 (or 0x045368) is unknown color: approx Blue Lagoon. HEX triplet: 04, 53 and 68. RGB value is (4,83,104). Sum of RGB (Red+Green+Blue) = 4+83+104=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #045368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045368 is #FBAC97. Grayscale: #3D3D3D. Windows color (decimal): -16493720 or 6836996. OLE color: 6836996.

HSL color Cylindrical-coordinate representation of color #045368: hue angle of 192.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045368 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB483104-
CMYK0.960.2000.59
HSL192.6º92.59%21.18%-
HSV(B)192.6º96.15%40.78%-
XYZ5.647.2114.19-
YUV61.77151.8386.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 104 (41.02% from 255) = 54.45%
R=2.09%
G=43.46%
B=54.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4831040.960.2000.59192.692.5921.18
Hex45368601403Bc15d15
Octal41231501402407330113525
Binary10010100111101000110000010100011101111000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045368; }

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

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

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

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

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

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

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

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