Html Css Color HEX #03696F Blue Lagoon

📋 copy color: '#03696F'

red 3 ◦ green 105 ◦ blue 111

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

Shades of Blue Lagoon #03696F

Tints of Blue Lagoon #03696F

RGB

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

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

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

R = 1.37%
G = 47.95%
B = 50.68%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03696F (or 0x03696F) is known color: Blue Lagoon. HEX triplet: 03, 69 and 6F. RGB value is (3,105,111). Sum of RGB (Red+Green+Blue) = 3+105+111=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #03696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03696F is #FC9690. Grayscale: #4B4B4B. Windows color (decimal): -16553617 or 7301379. OLE color: 7301379.

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

Color convert

RGB 3 105 111 -
CMYK 0.97 0.05 0 0.56
HSL 183.33º 0.95% 0.22% -
HSV(B) 183.33º 0.97% 0.44% -
XYZ 7.96 11.27 16.79 -
YUV 75.19 148.21 76.51 -
System Red Green Blue C M Y K H S L
Decimal 3 105 111 0.97 0.05 0 0.56 183.33 0.95 0.22
Hex 3 69 6F 61 5 0 38 B7 5F 16
Octal 3 151 157 141 5 0 70 267 137 26
Binary 11 1101001 1101111 1100001 101 0 111000 10110111 1011111 10110

Color Harmonies of #03696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03696F

Black with #03696F

Text Example


Text Example

White with #03696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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