Html Css Color HEX #03687A Blue Lagoon

📋 copy color: '#03687A'

red 3 ◦ green 104 ◦ blue 122

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

Shades of Blue Lagoon #03687A

Tints of Blue Lagoon #03687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.28%

R = 1.31%
G = 45.41%
B = 53.28%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#03687A (or 0x03687A) is known color: Blue Lagoon. HEX triplet: 03, 68 and 7A. RGB value is (3,104,122). Sum of RGB (Red+Green+Blue) = 3+104+122=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #03687A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03687A is #FC9785. Grayscale: #4B4B4B. Windows color (decimal): -16553862 or 8022019. OLE color: 8022019.

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

Color convert

RGB 3 104 122 -
CMYK 0.98 0.15 0 0.52
HSL 189.08º 0.95% 0.25% -
HSV(B) 189.08º 0.98% 0.48% -
XYZ 8.5 11.33 20.15 -
YUV 75.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 3 104 122 0.98 0.15 0 0.52 189.08 0.95 0.25
Hex 3 68 7A 62 F 0 34 BD 5F 19
Octal 3 150 172 142 17 0 64 275 137 31
Binary 11 1101000 1111010 1100010 1111 0 110100 10111101 1011111 11001

Color Harmonies of #03687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03687A

Black with #03687A

Text Example


Text Example

White with #03687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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