#03696B

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

Shades of Blue Lagoon #03696B

Tints of Blue Lagoon #03696B

Color information

#03696B (or 0x03696B) is unknown color: approx Blue Lagoon. HEX triplet: 03, 69 and 6B. RGB value is (3,105,107). Sum of RGB (Red+Green+Blue) = 3+105+107=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #03696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03696B is #FC9694. Grayscale: #4A4A4A. Windows color (decimal): -16553621 or 7039235. OLE color: 7039235.

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

Color convert

RGB3105107-
CMYK0.970.0200.58
HSL181.15º94.55%21.57%-
HSV(B)181.15º97.2%41.96%-
XYZ7.7411.1815.66-
YUV74.73146.2176.84-

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) = 48.84%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=1.40%
G=48.84%
B=49.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31051070.970.0200.58181.1594.5521.57
Hex3696B61203Ab55f16
Octal3151153141207226513726
Binary1111010011101011110000110011101010110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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