#03676B

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

Shades of Blue Lagoon #03676B

Tints of Blue Lagoon #03676B

Color information

#03676B (or 0x03676B) is unknown color: approx Blue Lagoon. HEX triplet: 03, 67 and 6B. RGB value is (3,103,107). Sum of RGB (Red+Green+Blue) = 3+103+107=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #03676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03676B is #FC9894. Grayscale: #494949. Windows color (decimal): -16554133 or 7038723. OLE color: 7038723.

HSL color Cylindrical-coordinate representation of color #03676B: hue angle of 182.31º 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 #03676B is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3103107-
CMYK0.970.0400.58
HSL182.31º94.55%21.57%-
HSV(B)182.31º97.2%41.96%-
XYZ7.5410.7815.59-
YUV73.56146.8777.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 103 (40.62% from 255) = 48.36%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=1.41%
G=48.36%
B=50.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31031070.970.0400.58182.3194.5521.57
Hex3676B61403Ab65f16
Octal3147153141407226613726
Binary11110011111010111100001100011101010110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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