Html Css Color HEX #03666C Blue Lagoon

📋 copy color: '#03666C'

red 3 ◦ green 102 ◦ blue 108

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

Shades of Blue Lagoon #03666C

Tints of Blue Lagoon #03666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 1.41%
G = 47.89%
B = 50.7%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03666C (or 0x03666C) is known color: Blue Lagoon. HEX triplet: 03, 66 and 6C. RGB value is (3,102,108). Sum of RGB (Red+Green+Blue) = 3+102+108=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #03666C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03666C is #FC9993. Grayscale: #484848. Windows color (decimal): -16554388 or 7104003. OLE color: 7104003.

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

Color convert

RGB 3 102 108 -
CMYK 0.97 0.06 0 0.58
HSL 183.43º 0.95% 0.22% -
HSV(B) 183.43º 0.97% 0.42% -
XYZ 7.5 10.6 15.84 -
YUV 73.08 147.7 78.01 -
System Red Green Blue C M Y K H S L
Decimal 3 102 108 0.97 0.06 0 0.58 183.43 0.95 0.22
Hex 3 66 6C 61 6 0 3A B7 5F 16
Octal 3 146 154 141 6 0 72 267 137 26
Binary 11 1100110 1101100 1100001 110 0 111010 10110111 1011111 10110

Color Harmonies of #03666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03666C

Black with #03666C

Text Example


Text Example

White with #03666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03666C;
 }
 .AnyTagClassName
 {
   color: #03666C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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