#045362

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

Shades of Blue Lagoon #045362

Tints of Blue Lagoon #045362

Color information

#045362 (or 0x045362) is unknown color: approx 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

RGB48398-
CMYK0.960.1500.62
HSL189.57º92.16%20%-
HSV(B)189.57º95.92%38.43%-
XYZ5.357.0912.64-
YUV61.09148.8387.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=2.16%
G=44.86%
B=52.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal483980.960.1500.62189.5792.1620
Hex4536260F03Ebe5c14
Octal41231421401707627613424
Binary1001010011110001011000001111011111010111110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>