#03696A

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

Shades of Blue Lagoon #03696A

Tints of Blue Lagoon #03696A

Color information

#03696A (or 0x03696A) is unknown color: approx Blue Lagoon. HEX triplet: 03, 69 and 6A. RGB value is (3,105,106). Sum of RGB (Red+Green+Blue) = 3+105+106=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #03696A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03696A is #FC9695. Grayscale: #4A4A4A. Windows color (decimal): -16553622 or 6973699. OLE color: 6973699.

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

Color convert

RGB3105106-
CMYK0.970.0100.58
HSL180.58º94.5%21.37%-
HSV(B)180.58º97.17%41.57%-
XYZ7.6911.1615.39-
YUV74.62145.7176.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 105 (41.41% from 255) = 49.07%
BLUE value IS 106 (41.80% from 255) = 49.53%
R=1.40%
G=49.07%
B=49.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31051060.970.0100.58180.5894.521.37
Hex3696A61103Ab55e15
Octal3151152141107226513625
Binary111101001110101011000011011101010110101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03696A; }

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

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

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

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

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

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

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

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