Html Css Color HEX #03687C Blue Lagoon

📋 copy color: '#03687C'

red 3 ◦ green 104 ◦ blue 124

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

Shades of Blue Lagoon #03687C

Tints of Blue Lagoon #03687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.68%

R = 1.3%
G = 45.02%
B = 53.68%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03687C (or 0x03687C) is known color: Blue Lagoon. HEX triplet: 03, 68 and 7C. RGB value is (3,104,124). Sum of RGB (Red+Green+Blue) = 3+104+124=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #03687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03687C is #FC9783. Grayscale: #4B4B4B. Windows color (decimal): -16553860 or 8153091. OLE color: 8153091.

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

Color convert

RGB 3 104 124 -
CMYK 0.98 0.16 0 0.51
HSL 189.92º 0.95% 0.25% -
HSV(B) 189.92º 0.98% 0.49% -
XYZ 8.63 11.38 20.81 -
YUV 76.08 155.04 75.87 -
System Red Green Blue C M Y K H S L
Decimal 3 104 124 0.98 0.16 0 0.51 189.92 0.95 0.25
Hex 3 68 7C 62 10 0 33 BE 5F 19
Octal 3 150 174 142 20 0 63 276 137 31
Binary 11 1101000 1111100 1100010 10000 0 110011 10111110 1011111 11001

Color Harmonies of #03687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03687C

Black with #03687C

Text Example


Text Example

White with #03687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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