Html Css Color HEX #03666F Blue Lagoon

📋 copy color: '#03666F'

red 3 ◦ green 102 ◦ blue 111

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

Shades of Blue Lagoon #03666F

Tints of Blue Lagoon #03666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.39%

R = 1.39%
G = 47.22%
B = 51.39%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03666F (or 0x03666F) is known color: Blue Lagoon. HEX triplet: 03, 66 and 6F. RGB value is (3,102,111). Sum of RGB (Red+Green+Blue) = 3+102+111=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #03666F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03666F is #FC9990. Grayscale: #494949. Windows color (decimal): -16554385 or 7300611. OLE color: 7300611.

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

Color convert

RGB 3 102 111 -
CMYK 0.97 0.08 0 0.56
HSL 185º 0.95% 0.22% -
HSV(B) 185º 0.97% 0.44% -
XYZ 7.66 10.67 16.69 -
YUV 73.43 149.2 77.77 -
System Red Green Blue C M Y K H S L
Decimal 3 102 111 0.97 0.08 0 0.56 185 0.95 0.22
Hex 3 66 6F 61 8 0 38 B9 5F 16
Octal 3 146 157 141 10 0 70 271 137 26
Binary 11 1100110 1101111 1100001 1000 0 111000 10111001 1011111 10110

Color Harmonies of #03666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03666F

Black with #03666F

Text Example


Text Example

White with #03666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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