#036B69

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

Shades of Blue Lagoon #036B69

Tints of Blue Lagoon #036B69

Color information

#036B69 (or 0x036B69) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6B and 69. RGB value is (3,107,105). Sum of RGB (Red+Green+Blue) = 3+107+105=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #036B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B69 is #FC9496. Grayscale: #4B4B4B. Windows color (decimal): -16553111 or 6908675. OLE color: 6908675.

HSL color Cylindrical-coordinate representation of color #036B69: hue angle of 178.85º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036B69 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB3107105-
CMYK0.9700.020.58
HSL178.85º94.55%21.57%-
HSV(B)178.85º97.2%41.96%-
XYZ7.8511.5515.18-
YUV75.68144.5476.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 107 (42.19% from 255) = 49.77%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=1.40%
G=49.77%
B=48.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31071050.9700.020.58178.8594.5521.57
Hex36B6961023Ab35f16
Octal3153151141027226313726
Binary1111010111101001110000101011101010110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036B69; }

 p { color: rgb(3,107,105); }

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

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

 a { background-color: rgb(3,107,105); }

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

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

 span { border-color: rgb(3,107,105); }

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