#03666E

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

Shades of Blue Lagoon #03666E

Tints of Blue Lagoon #03666E

Color information

#03666E (or 0x03666E) is unknown color: approx Blue Lagoon. HEX triplet: 03, 66 and 6E. RGB value is (3,102,110). Sum of RGB (Red+Green+Blue) = 3+102+110=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #03666E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03666E is #FC9991. Grayscale: #494949. Windows color (decimal): -16554386 or 7235075. OLE color: 7235075.

HSL color Cylindrical-coordinate representation of color #03666E: hue angle of 184.49º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03666E is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3102110-
CMYK0.970.0700.57
HSL184.49º94.69%22.16%-
HSV(B)184.49º97.27%43.14%-
XYZ7.610.6516.41-
YUV73.31148.777.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=1.40%
G=47.44%
B=51.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31021100.970.0700.57184.4994.6922.16
Hex3666E617039b85f16
Octal3146156141707127013726
Binary11110011011011101100001111011100110111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03666E; }

 p { color: rgb(3,102,110); }

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

<style>
 a { background-color: #03666E; }

 a { background-color: rgb(3,102,110); }

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

<style>
 span { border-color: #03666E; }

 span { border-color: rgb(3,102,110); }

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