#045375

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

Shades of Blue Lagoon #045375

Tints of Blue Lagoon #045375

Color information

#045375 (or 0x045375) is unknown color: approx Blue Lagoon. HEX triplet: 04, 53 and 75. RGB value is (4,83,117). Sum of RGB (Red+Green+Blue) = 4+83+117=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #045375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045375 is #FBAC8A. Grayscale: #3F3F3F. Windows color (decimal): -16493707 or 7688964. OLE color: 7688964.

HSL color Cylindrical-coordinate representation of color #045375: hue angle of 198.05º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045375 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB483117-
CMYK0.970.2900.54
HSL198.05º93.39%23.73%-
HSV(B)198.05º96.58%45.88%-
XYZ6.357.517.94-
YUV63.26158.3385.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 117 (46.09% from 255) = 57.35%
R=1.96%
G=40.69%
B=57.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4831170.970.2900.54198.0593.3923.73
Hex45375611D036c65d18
Octal41231651413506630613530
Binary10010100111110101110000111101011011011000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045375; }

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

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

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

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

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

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

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

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