#036968

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

Shades of Blue Lagoon #036968

Tints of Blue Lagoon #036968

Color information

#036968 (or 0x036968) is unknown color: approx Blue Lagoon. HEX triplet: 03, 69 and 68. RGB value is (3,105,104). Sum of RGB (Red+Green+Blue) = 3+105+104=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #036968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036968 is #FC9697. Grayscale: #4A4A4A. Windows color (decimal): -16553624 or 6842627. OLE color: 6842627.

HSL color Cylindrical-coordinate representation of color #036968: hue angle of 179.41º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036968 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB3105104-
CMYK0.9700.010.59
HSL179.41º94.44%21.18%-
HSV(B)179.41º97.14%41.18%-
XYZ7.5911.1214.84-
YUV74.39144.7177.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 104 (41.02% from 255) = 49.06%
R=1.42%
G=49.53%
B=49.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31051040.9700.010.59179.4194.4421.18
Hex3696861013Bb35e15
Octal3151150141017326313625
Binary111101001110100011000010111101110110011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036968; }

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

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

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

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

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

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

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

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