Html Css Color HEX #03686F Blue Lagoon

📋 copy color: '#03686F'

red 3 ◦ green 104 ◦ blue 111

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

Shades of Blue Lagoon #03686F

Tints of Blue Lagoon #03686F

RGB

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

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

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

R = 1.38%
G = 47.71%
B = 50.92%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03686F (or 0x03686F) is known color: Blue Lagoon. HEX triplet: 03, 68 and 6F. RGB value is (3,104,111). Sum of RGB (Red+Green+Blue) = 3+104+111=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #03686F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03686F is #FC9790. Grayscale: #4A4A4A. Windows color (decimal): -16553873 or 7301123. OLE color: 7301123.

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

Color convert

RGB 3 104 111 -
CMYK 0.97 0.06 0 0.56
HSL 183.89º 0.95% 0.22% -
HSV(B) 183.89º 0.97% 0.44% -
XYZ 7.86 11.07 16.76 -
YUV 74.6 148.54 76.93 -
System Red Green Blue C M Y K H S L
Decimal 3 104 111 0.97 0.06 0 0.56 183.89 0.95 0.22
Hex 3 68 6F 61 6 0 38 B8 5F 16
Octal 3 150 157 141 6 0 70 270 137 26
Binary 11 1101000 1101111 1100001 110 0 111000 10111000 1011111 10110

Color Harmonies of #03686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03686F

Black with #03686F

Text Example


Text Example

White with #03686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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