Html Css Color HEX #03676C Blue Lagoon

📋 copy color: '#03676C'

red 3 ◦ green 103 ◦ blue 108

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

Shades of Blue Lagoon #03676C

Tints of Blue Lagoon #03676C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 1.4%
G = 48.13%
B = 50.47%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03676C (or 0x03676C) is known color: Blue Lagoon. HEX triplet: 03, 67 and 6C. RGB value is (3,103,108). Sum of RGB (Red+Green+Blue) = 3+103+108=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #03676C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03676C is #FC9893. Grayscale: #494949. Windows color (decimal): -16554132 or 7104259. OLE color: 7104259.

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

Color convert

RGB 3 103 108 -
CMYK 0.97 0.05 0 0.58
HSL 182.86º 0.95% 0.22% -
HSV(B) 182.86º 0.97% 0.42% -
XYZ 7.59 10.8 15.87 -
YUV 73.67 147.37 77.59 -
System Red Green Blue C M Y K H S L
Decimal 3 103 108 0.97 0.05 0 0.58 182.86 0.95 0.22
Hex 3 67 6C 61 5 0 3A B7 5F 16
Octal 3 147 154 141 5 0 72 267 137 26
Binary 11 1100111 1101100 1100001 101 0 111010 10110111 1011111 10110

Color Harmonies of #03676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03676C

Black with #03676C

Text Example


Text Example

White with #03676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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