Html Css Color HEX #376677 Blumine

📋 copy color: '#376677'

red 55 ◦ green 102 ◦ blue 119

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

Shades of Blumine #376677

Tints of Blumine #376677

RGB

 RED value IS 55 (21.88% from 255) = 19.93%

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 19.93%
G = 36.96%
B = 43.12%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376677 (or 0x376677) is known color: Blumine. HEX triplet: 37, 66 and 77. RGB value is (55,102,119). Sum of RGB (Red+Green+Blue) = 55+102+119=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #376677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376677 is #C89988. Grayscale: #595959. Windows color (decimal): -13146505 or 7824951. OLE color: 7824951.

HSL color Cylindrical-coordinate representation of color #376677: hue angle of 195.94º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #376677 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 102 119 -
CMYK 0.54 0.14 0 0.53
HSL 195.94º 0.37% 0.34% -
HSV(B) 195.94º 0.54% 0.47% -
XYZ 9.66 11.65 19.19 -
YUV 89.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 55 102 119 0.54 0.14 0 0.53 195.94 0.37 0.34
Hex 37 66 77 36 E 0 35 C4 25 22
Octal 67 146 167 66 16 0 65 304 45 42
Binary 110111 1100110 1110111 110110 1110 0 110101 11000100 100101 100010

Color Harmonies of #376677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376677

Black with #376677

Text Example


Text Example

White with #376677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376677; }

 p { color: rgb(55,102,119); }

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

background-color css

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

 a { background-color: rgb(55,102,119); }

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

border-color css

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

 span { border-color: rgb(55,102,119); }

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