Html Css Color HEX #03687F Blue Lagoon

📋 copy color: '#03687F'

red 3 ◦ green 104 ◦ blue 127

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

Shades of Blue Lagoon #03687F

Tints of Blue Lagoon #03687F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 54.27%

R = 1.28%
G = 44.44%
B = 54.27%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#03687F (or 0x03687F) is known color: Blue Lagoon. HEX triplet: 03, 68 and 7F. RGB value is (3,104,127). Sum of RGB (Red+Green+Blue) = 3+104+127=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #03687F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03687F is #FC9780. Grayscale: #4C4C4C. Windows color (decimal): -16553857 or 8349699. OLE color: 8349699.

HSL color Cylindrical-coordinate representation of color #03687F: hue angle of 191.13º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03687F is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 104 127 -
CMYK 0.98 0.18 0 0.50
HSL 191.13º 0.95% 0.25% -
HSV(B) 191.13º 0.98% 0.5% -
XYZ 8.82 11.45 21.82 -
YUV 76.42 156.54 75.63 -
System Red Green Blue C M Y K H S L
Decimal 3 104 127 0.98 0.18 0 0.50 191.13 0.95 0.25
Hex 3 68 7F 62 12 0 32 BF 5F 19
Octal 3 150 177 142 22 0 62 277 137 31
Binary 11 1101000 1111111 1100010 10010 0 110010 10111111 1011111 11001

Color Harmonies of #03687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03687F

Black with #03687F

Text Example


Text Example

White with #03687F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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