Html Css Color HEX #03696B Blue Lagoon

📋 copy color: '#03696B'

red 3 ◦ green 105 ◦ blue 107

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

Shades of Blue Lagoon #03696B

Tints of Blue Lagoon #03696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.77%

R = 1.4%
G = 48.84%
B = 49.77%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03696B (or 0x03696B) is known color: Blue Lagoon. HEX triplet: 03, 69 and 6B. RGB value is (3,105,107). Sum of RGB (Red+Green+Blue) = 3+105+107=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #03696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03696B is #FC9694. Grayscale: #4A4A4A. Windows color (decimal): -16553621 or 7039235. OLE color: 7039235.

HSL color Cylindrical-coordinate representation of color #03696B: hue angle of 181.15º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03696B is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 105 107 -
CMYK 0.97 0.02 0 0.58
HSL 181.15º 0.95% 0.22% -
HSV(B) 181.15º 0.97% 0.42% -
XYZ 7.74 11.18 15.66 -
YUV 74.73 146.21 76.84 -
System Red Green Blue C M Y K H S L
Decimal 3 105 107 0.97 0.02 0 0.58 181.15 0.95 0.22
Hex 3 69 6B 61 2 0 3A B5 5F 16
Octal 3 151 153 141 2 0 72 265 137 26
Binary 11 1101001 1101011 1100001 10 0 111010 10110101 1011111 10110

Color Harmonies of #03696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03696B

Black with #03696B

Text Example


Text Example

White with #03696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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