#036469

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

Shades of Blue Lagoon #036469

Tints of Blue Lagoon #036469

Color information

#036469 (or 0x036469) is unknown color: approx Blue Lagoon. HEX triplet: 03, 64 and 69. RGB value is (3,100,105). Sum of RGB (Red+Green+Blue) = 3+100+105=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #036469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036469 is #FC9B96. Grayscale: #474747. Windows color (decimal): -16554903 or 6906883. OLE color: 6906883.

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

Color convert

RGB3100105-
CMYK0.970.0500.59
HSL182.94º94.44%21.18%-
HSV(B)182.94º97.14%41.18%-
XYZ7.1410.1514.95-
YUV71.57146.8679.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 100 (39.45% from 255) = 48.08%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=1.44%
G=48.08%
B=50.48%

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
Decimal31001050.970.0500.59182.9494.4421.18
Hex3646961503Bb75e15
Octal3144151141507326713625
Binary11110010011010011100001101011101110110111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036469; }

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

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

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

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

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

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

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

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