#036371

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

Shades of Blue Lagoon #036371

Tints of Blue Lagoon #036371

Color information

#036371 (or 0x036371) is unknown color: approx Blue Lagoon. HEX triplet: 03, 63 and 71. RGB value is (3,99,113). Sum of RGB (Red+Green+Blue) = 3+99+113=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #036371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036371 is #FC9C8E. Grayscale: #474747. Windows color (decimal): -16555151 or 7430915. OLE color: 7430915.

HSL color Cylindrical-coordinate representation of color #036371: hue angle of 187.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036371 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB399113-
CMYK0.970.1200.56
HSL187.64º94.83%22.75%-
HSV(B)187.64º97.35%44.31%-
XYZ7.4810.1417.18-
YUV71.89151.278.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=1.40%
G=46.05%
B=52.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3991130.970.1200.56187.6494.8322.75
Hex3637161C038bc5f17
Octal31431611411407027413727
Binary111100011111000111000011100011100010111100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036371; }

 p { color: rgb(3,99,113); }

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

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

 a { background-color: rgb(3,99,113); }

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

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

 span { border-color: rgb(3,99,113); }

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