Html Css Color HEX #03666E Blue Lagoon

📋 copy color: '#03666E'

red 3 ◦ green 102 ◦ blue 110

#03666E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #03666E

Tints of Blue Lagoon #03666E

RGB

 RED value IS 3 (1.56% from 255) = 1.4%

 GREEN value IS 102 (40.23% from 255) = 47.44%

 BLUE value IS 110 (43.36% from 255) = 51.16%

R = 1.4%
G = 47.44%
B = 51.16%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03666E (or 0x03666E) is known color: 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

RGB 3 102 110 -
CMYK 0.97 0.07 0 0.57
HSL 184.49º 0.95% 0.22% -
HSV(B) 184.49º 0.97% 0.43% -
XYZ 7.6 10.65 16.41 -
YUV 73.31 148.7 77.85 -
System Red Green Blue C M Y K H S L
Decimal 3 102 110 0.97 0.07 0 0.57 184.49 0.95 0.22
Hex 3 66 6E 61 7 0 39 B8 5F 16
Octal 3 146 156 141 7 0 71 270 137 26
Binary 11 1100110 1101110 1100001 111 0 111001 10111000 1011111 10110

Color Harmonies of #03666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03666E

Black with #03666E

Text Example


Text Example

White with #03666E

Text Example


Text Example

HTML Codes & Css Web 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>