Html Css Color HEX #03697D Blue Lagoon

📋 copy color: '#03697D'

red 3 ◦ green 105 ◦ blue 125

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

Shades of Blue Lagoon #03697D

Tints of Blue Lagoon #03697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.65%

R = 1.29%
G = 45.06%
B = 53.65%

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

#03697D (or 0x03697D) is known color: Blue Lagoon. HEX triplet: 03, 69 and 7D. RGB value is (3,105,125). Sum of RGB (Red+Green+Blue) = 3+105+125=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #03697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03697D is #FC9682. Grayscale: #4C4C4C. Windows color (decimal): -16553603 or 8218883. OLE color: 8218883.

HSL color Cylindrical-coordinate representation of color #03697D: hue angle of 189.84º 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 #03697D is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 105 125 -
CMYK 0.98 0.16 0 0.51
HSL 189.84º 0.95% 0.25% -
HSV(B) 189.84º 0.98% 0.49% -
XYZ 8.79 11.6 21.18 -
YUV 76.78 155.21 75.37 -
System Red Green Blue C M Y K H S L
Decimal 3 105 125 0.98 0.16 0 0.51 189.84 0.95 0.25
Hex 3 69 7D 62 10 0 33 BE 5F 19
Octal 3 151 175 142 20 0 63 276 137 31
Binary 11 1101001 1111101 1100010 10000 0 110011 10111110 1011111 11001

Color Harmonies of #03697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03697D

Black with #03697D

Text Example


Text Example

White with #03697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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