#045365

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

Shades of Blue Lagoon #045365

Tints of Blue Lagoon #045365

Color information

#045365 (or 0x045365) is unknown color: approx Blue Lagoon. HEX triplet: 04, 53 and 65. RGB value is (4,83,101). Sum of RGB (Red+Green+Blue) = 4+83+101=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #045365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045365 is #FBAC9A. Grayscale: #3D3D3D. Windows color (decimal): -16493723 or 6640388. OLE color: 6640388.

HSL color Cylindrical-coordinate representation of color #045365: hue angle of 191.13º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045365 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB483101-
CMYK0.960.1800.60
HSL191.13º92.38%20.59%-
HSV(B)191.13º96.04%39.61%-
XYZ5.497.1513.4-
YUV61.43150.3387.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 101 (39.84% from 255) = 53.72%
R=2.13%
G=44.15%
B=53.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4831010.960.1800.60191.1392.3820.59
Hex45365601203Cbf5c15
Octal41231451402207427713425
Binary10010100111100101110000010010011110010111111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045365; }

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

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

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

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

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

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

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

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