Html Css Color HEX #03697C Blue Lagoon

📋 copy color: '#03697C'

red 3 ◦ green 105 ◦ blue 124

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

Shades of Blue Lagoon #03697C

Tints of Blue Lagoon #03697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.45%

R = 1.29%
G = 45.26%
B = 53.45%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03697C (or 0x03697C) is known color: Blue Lagoon. HEX triplet: 03, 69 and 7C. RGB value is (3,105,124). Sum of RGB (Red+Green+Blue) = 3+105+124=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #03697C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03697C is #FC9683. Grayscale: #4C4C4C. Windows color (decimal): -16553604 or 8153347. OLE color: 8153347.

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

Color convert

RGB 3 105 124 -
CMYK 0.98 0.15 0 0.51
HSL 189.42º 0.95% 0.25% -
HSV(B) 189.42º 0.98% 0.49% -
XYZ 8.73 11.58 20.84 -
YUV 76.67 154.71 75.46 -
System Red Green Blue C M Y K H S L
Decimal 3 105 124 0.98 0.15 0 0.51 189.42 0.95 0.25
Hex 3 69 7C 62 F 0 33 BD 5F 19
Octal 3 151 174 142 17 0 63 275 137 31
Binary 11 1101001 1111100 1100010 1111 0 110011 10111101 1011111 11001

Color Harmonies of #03697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03697C

Black with #03697C

Text Example


Text Example

White with #03697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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