#036369

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

Shades of Blue Lagoon #036369

Tints of Blue Lagoon #036369

Color information

#036369 (or 0x036369) is unknown color: approx Blue Lagoon. HEX triplet: 03, 63 and 69. RGB value is (3,99,105). Sum of RGB (Red+Green+Blue) = 3+99+105=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #036369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036369 is #FC9C96. Grayscale: #464646. Windows color (decimal): -16555159 or 6906627. OLE color: 6906627.

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

Color convert

RGB399105-
CMYK0.970.0600.59
HSL183.53º94.44%21.18%-
HSV(B)183.53º97.14%41.18%-
XYZ7.059.9614.92-
YUV70.98147.279.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 99 (39.06% from 255) = 47.83%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=1.45%
G=47.83%
B=50.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3991050.970.0600.59183.5394.4421.18
Hex3636961603Bb85e15
Octal3143151141607327013625
Binary11110001111010011100001110011101110111000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036369; }

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

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

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

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

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

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

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

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