Html Css Color HEX #03676B Blue Lagoon

📋 copy color: '#03676B'

red 3 ◦ green 103 ◦ blue 107

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

Shades of Blue Lagoon #03676B

Tints of Blue Lagoon #03676B

RGB

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

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

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

R = 1.41%
G = 48.36%
B = 50.23%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03676B (or 0x03676B) is known color: Blue Lagoon. HEX triplet: 03, 67 and 6B. RGB value is (3,103,107). Sum of RGB (Red+Green+Blue) = 3+103+107=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #03676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03676B is #FC9894. Grayscale: #494949. Windows color (decimal): -16554133 or 7038723. OLE color: 7038723.

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

Color convert

RGB 3 103 107 -
CMYK 0.97 0.04 0 0.58
HSL 182.31º 0.95% 0.22% -
HSV(B) 182.31º 0.97% 0.42% -
XYZ 7.54 10.78 15.59 -
YUV 73.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 3 103 107 0.97 0.04 0 0.58 182.31 0.95 0.22
Hex 3 67 6B 61 4 0 3A B6 5F 16
Octal 3 147 153 141 4 0 72 266 137 26
Binary 11 1100111 1101011 1100001 100 0 111010 10110110 1011111 10110

Color Harmonies of #03676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03676B

Black with #03676B

Text Example


Text Example

White with #03676B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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