#045364

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

Shades of Blue Lagoon #045364

Tints of Blue Lagoon #045364

Color information

#045364 (or 0x045364) is unknown color: approx Blue Lagoon. HEX triplet: 04, 53 and 64. RGB value is (4,83,100). Sum of RGB (Red+Green+Blue) = 4+83+100=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #045364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045364 is #FBAC9B. Grayscale: #3D3D3D. Windows color (decimal): -16493724 or 6574852. OLE color: 6574852.

HSL color Cylindrical-coordinate representation of color #045364: hue angle of 190.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045364 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB483100-
CMYK0.960.1700.61
HSL190.62º92.31%20.39%-
HSV(B)190.62º96%39.22%-
XYZ5.447.1313.15-
YUV61.32149.8387.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.14%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 100 (39.45% from 255) = 53.48%
R=2.14%
G=44.39%
B=53.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4831000.960.1700.61190.6292.3120.39
Hex45364601103Dbf5c14
Octal41231441402107527713424
Binary10010100111100100110000010001011110110111111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045364; }

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

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

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

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

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

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

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

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