Html Css Color HEX #03696D Blue Lagoon

📋 copy color: '#03696D'

red 3 ◦ green 105 ◦ blue 109

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

Shades of Blue Lagoon #03696D

Tints of Blue Lagoon #03696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.39%

 BLUE value IS 109 (42.97% from 255) = 50.23%

R = 1.38%
G = 48.39%
B = 50.23%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03696D (or 0x03696D) is known color: Blue Lagoon. HEX triplet: 03, 69 and 6D. RGB value is (3,105,109). Sum of RGB (Red+Green+Blue) = 3+105+109=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #03696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03696D is #FC9692. Grayscale: #4A4A4A. Windows color (decimal): -16553619 or 7170307. OLE color: 7170307.

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

Color convert

RGB 3 105 109 -
CMYK 0.97 0.04 0 0.57
HSL 182.26º 0.95% 0.22% -
HSV(B) 182.26º 0.97% 0.43% -
XYZ 7.85 11.23 16.22 -
YUV 74.96 147.21 76.67 -
System Red Green Blue C M Y K H S L
Decimal 3 105 109 0.97 0.04 0 0.57 182.26 0.95 0.22
Hex 3 69 6D 61 4 0 39 B6 5F 16
Octal 3 151 155 141 4 0 71 266 137 26
Binary 11 1101001 1101101 1100001 100 0 111001 10110110 1011111 10110

Color Harmonies of #03696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03696D

Black with #03696D

Text Example


Text Example

White with #03696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03696D; }

 p { color: rgb(3,105,109); }

 H1.HeaderClassName
 {
   color: #03696D;
 }
 .AnyTagClassName
 {
   color: #03696D;
 }
</style>

background-color css

<style>
 a { background-color: #03696D; }

 a { background-color: rgb(3,105,109); }

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

border-color css

<style>
 span { border-color: #03696D; }

 span { border-color: rgb(3,105,109); }

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