#03676F

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

Shades of Blue Lagoon #03676F

Tints of Blue Lagoon #03676F

Color information

#03676F (or 0x03676F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 67 and 6F. RGB value is (3,103,111). Sum of RGB (Red+Green+Blue) = 3+103+111=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #03676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03676F is #FC9890. Grayscale: #494949. Windows color (decimal): -16554129 or 7300867. OLE color: 7300867.

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

Color convert

RGB3103111-
CMYK0.970.0700.56
HSL184.44º94.74%22.35%-
HSV(B)184.44º97.3%43.53%-
XYZ7.7610.8716.73-
YUV74.01148.8777.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 103 (40.62% from 255) = 47.47%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=1.38%
G=47.47%
B=51.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31031110.970.0700.56184.4494.7422.35
Hex3676F617038b85f16
Octal3147157141707027013726
Binary11110011111011111100001111011100010111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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