#03696F

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

Shades of Blue Lagoon #03696F

Tints of Blue Lagoon #03696F

Color information

#03696F (or 0x03696F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 69 and 6F. RGB value is (3,105,111). Sum of RGB (Red+Green+Blue) = 3+105+111=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #03696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03696F is #FC9690. Grayscale: #4B4B4B. Windows color (decimal): -16553617 or 7301379. OLE color: 7301379.

HSL color Cylindrical-coordinate representation of color #03696F: hue angle of 183.33º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03696F is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3105111-
CMYK0.970.0500.56
HSL183.33º94.74%22.35%-
HSV(B)183.33º97.3%43.53%-
XYZ7.9611.2716.79-
YUV75.19148.2176.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.37%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=1.37%
G=47.95%
B=50.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31051110.970.0500.56183.3394.7422.35
Hex3696F615038b75f16
Octal3151157141507026713726
Binary11110100111011111100001101011100010110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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