Html Css Color HEX #376674 Blumine

📋 copy color: '#376674'

red 55 ◦ green 102 ◦ blue 116

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

Shades of Blumine #376674

Tints of Blumine #376674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 20.15%
G = 37.36%
B = 42.49%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376674 (or 0x376674) is known color: Blumine. HEX triplet: 37, 66 and 74. RGB value is (55,102,116). Sum of RGB (Red+Green+Blue) = 55+102+116=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #376674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376674 is #C8998B. Grayscale: #595959. Windows color (decimal): -13146508 or 7628343. OLE color: 7628343.

HSL color Cylindrical-coordinate representation of color #376674: hue angle of 193.77º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376674 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 102 116 -
CMYK 0.53 0.12 0 0.55
HSL 193.77º 0.36% 0.34% -
HSV(B) 193.77º 0.53% 0.45% -
XYZ 9.48 11.58 18.26 -
YUV 89.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 55 102 116 0.53 0.12 0 0.55 193.77 0.36 0.34
Hex 37 66 74 35 C 0 37 C2 24 22
Octal 67 146 164 65 14 0 67 302 44 42
Binary 110111 1100110 1110100 110101 1100 0 110111 11000010 100100 100010

Color Harmonies of #376674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376674

Black with #376674

Text Example


Text Example

White with #376674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376674; }

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

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

background-color css

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

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

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

border-color css

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

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

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