#036775

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

Shades of Blue Lagoon #036775

Tints of Blue Lagoon #036775

Color information

#036775 (or 0x036775) is unknown color: approx Blue Lagoon. HEX triplet: 03, 67 and 75. RGB value is (3,103,117). Sum of RGB (Red+Green+Blue) = 3+103+117=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #036775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036775 is #FC988A. Grayscale: #4A4A4A. Windows color (decimal): -16554123 or 7694083. OLE color: 7694083.

HSL color Cylindrical-coordinate representation of color #036775: hue angle of 187.37º degrees, saturation: 0.95, 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 #036775 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3103117-
CMYK0.970.1200.54
HSL187.37º95%23.53%-
HSV(B)187.37º97.44%45.88%-
XYZ8.11118.53-
YUV74.7151.8776.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 103 (40.62% from 255) = 46.19%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=1.35%
G=46.19%
B=52.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31031170.970.1200.54187.379523.53
Hex3677561C036bb5f18
Octal31471651411406627313730
Binary111100111111010111000011100011011010111011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036775; }

 p { color: rgb(3,103,117); }

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

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

 a { background-color: rgb(3,103,117); }

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

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

 span { border-color: rgb(3,103,117); }

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