Html Css Color HEX #03686E Blue Lagoon

📋 copy color: '#03686E'

red 3 ◦ green 104 ◦ blue 110

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

Shades of Blue Lagoon #03686E

Tints of Blue Lagoon #03686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.93%

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

R = 1.38%
G = 47.93%
B = 50.69%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03686E (or 0x03686E) is known color: Blue Lagoon. HEX triplet: 03, 68 and 6E. RGB value is (3,104,110). Sum of RGB (Red+Green+Blue) = 3+104+110=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #03686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03686E is #FC9791. Grayscale: #4A4A4A. Windows color (decimal): -16553874 or 7235587. OLE color: 7235587.

HSL color Cylindrical-coordinate representation of color #03686E: hue angle of 183.36º 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 #03686E is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 104 110 -
CMYK 0.97 0.05 0 0.57
HSL 183.36º 0.95% 0.22% -
HSV(B) 183.36º 0.97% 0.43% -
XYZ 7.8 11.05 16.47 -
YUV 74.49 148.04 77.01 -
System Red Green Blue C M Y K H S L
Decimal 3 104 110 0.97 0.05 0 0.57 183.36 0.95 0.22
Hex 3 68 6E 61 5 0 39 B7 5F 16
Octal 3 150 156 141 5 0 71 267 137 26
Binary 11 1101000 1101110 1100001 101 0 111001 10110111 1011111 10110

Color Harmonies of #03686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03686E

Black with #03686E

Text Example


Text Example

White with #03686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03686E;
 }
 .AnyTagClassName
 {
   color: #03686E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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