Html Css Color HEX #03676F Blue Lagoon

📋 copy color: '#03676F'

red 3 ◦ green 103 ◦ blue 111

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

Shades of Blue Lagoon #03676F

Tints of Blue Lagoon #03676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.47%

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

R = 1.38%
G = 47.47%
B = 51.15%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03676F (or 0x03676F) is known color: Blue Lagoon. HEX triplet: 03, 67 and 6F. RGB value is (3,103,111). Sum of RGB (Red+Green+Blue) = 3+103+111=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #03676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03676F is #FC9890. Grayscale: #494949. Windows color (decimal): -16554129 or 7300867. OLE color: 7300867.

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

Color convert

RGB 3 103 111 -
CMYK 0.97 0.07 0 0.56
HSL 184.44º 0.95% 0.22% -
HSV(B) 184.44º 0.97% 0.44% -
XYZ 7.76 10.87 16.73 -
YUV 74.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 3 103 111 0.97 0.07 0 0.56 184.44 0.95 0.22
Hex 3 67 6F 61 7 0 38 B8 5F 16
Octal 3 147 157 141 7 0 70 270 137 26
Binary 11 1100111 1101111 1100001 111 0 111000 10111000 1011111 10110

Color Harmonies of #03676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03676F

Black with #03676F

Text Example


Text Example

White with #03676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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