#036367

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

Shades of Blue Lagoon #036367

Tints of Blue Lagoon #036367

Color information

#036367 (or 0x036367) is unknown color: approx Blue Lagoon. HEX triplet: 03, 63 and 67. RGB value is (3,99,103). Sum of RGB (Red+Green+Blue) = 3+99+103=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #036367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036367 is #FC9C98. Grayscale: #464646. Windows color (decimal): -16555161 or 6775555. OLE color: 6775555.

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

Color convert

RGB399103-
CMYK0.970.0400.60
HSL182.4º94.34%20.78%-
HSV(B)182.4º97.09%40.39%-
XYZ6.959.9214.38-
YUV70.75146.279.67-

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.29%
BLUE value IS 103 (40.62% from 255) = 50.24%
R=1.46%
G=48.29%
B=50.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3991030.970.0400.60182.494.3420.78
Hex3636761403Cb65e15
Octal3143147141407426613625
Binary11110001111001111100001100011110010110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036367; }

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

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

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

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

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

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

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

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