Html Css Color HEX #376879 Blumine

📋 copy color: '#376879'

red 55 ◦ green 104 ◦ blue 121

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

Shades of Blumine #376879

Tints of Blumine #376879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

 BLUE value IS 121 (47.66% from 255) = 43.21%

R = 19.64%
G = 37.14%
B = 43.21%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376879 (or 0x376879) is known color: Blumine. HEX triplet: 37, 68 and 79. RGB value is (55,104,121). Sum of RGB (Red+Green+Blue) = 55+104+121=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #376879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376879 is #C89786. Grayscale: #5B5B5B. Windows color (decimal): -13145991 or 7956535. OLE color: 7956535.

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

Color convert

RGB 55 104 121 -
CMYK 0.55 0.14 0 0.53
HSL 195.45º 0.38% 0.35% -
HSV(B) 195.45º 0.55% 0.47% -
XYZ 9.98 12.09 19.9 -
YUV 91.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 55 104 121 0.55 0.14 0 0.53 195.45 0.38 0.35
Hex 37 68 79 37 E 0 35 C3 26 23
Octal 67 150 171 67 16 0 65 303 46 43
Binary 110111 1101000 1111001 110111 1110 0 110101 11000011 100110 100011

Color Harmonies of #376879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376879

Black with #376879

Text Example


Text Example

White with #376879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376879; }

 p { color: rgb(55,104,121); }

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

background-color css

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

 a { background-color: rgb(55,104,121); }

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

border-color css

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

 span { border-color: rgb(55,104,121); }

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