#036368

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

Shades of Blue Lagoon #036368

Tints of Blue Lagoon #036368

Color information

#036368 (or 0x036368) is unknown color: approx Blue Lagoon. HEX triplet: 03, 63 and 68. RGB value is (3,99,104). Sum of RGB (Red+Green+Blue) = 3+99+104=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #036368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036368 is #FC9C97. Grayscale: #464646. Windows color (decimal): -16555160 or 6841091. OLE color: 6841091.

HSL color Cylindrical-coordinate representation of color #036368: hue angle of 182.97º 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 #036368 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB399104-
CMYK0.970.0500.59
HSL182.97º94.39%20.98%-
HSV(B)182.97º97.12%40.78%-
XYZ79.9414.65-
YUV70.87146.779.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 99 (39.06% from 255) = 48.06%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=1.46%
G=48.06%
B=50.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3991040.970.0500.59182.9794.3920.98
Hex3636861503Bb75e15
Octal3143150141507326713625
Binary11110001111010001100001101011101110110111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036368; }

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

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

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

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

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

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

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

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