Html Css Color HEX #376579 Blumine

📋 copy color: '#376579'

red 55 ◦ green 101 ◦ blue 121

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

Shades of Blumine #376579

Tints of Blumine #376579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.46%

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

R = 19.86%
G = 36.46%
B = 43.68%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376579 (or 0x376579) is known color: Blumine. HEX triplet: 37, 65 and 79. RGB value is (55,101,121). Sum of RGB (Red+Green+Blue) = 55+101+121=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #376579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376579 is #C89A86. Grayscale: #595959. Windows color (decimal): -13146759 or 7955767. OLE color: 7955767.

HSL color Cylindrical-coordinate representation of color #376579: hue angle of 198.18º 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 #376579 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 101 121 -
CMYK 0.55 0.17 0 0.53
HSL 198.18º 0.38% 0.35% -
HSV(B) 198.18º 0.55% 0.47% -
XYZ 9.68 11.5 19.8 -
YUV 89.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 55 101 121 0.55 0.17 0 0.53 198.18 0.38 0.35
Hex 37 65 79 37 11 0 35 C6 26 23
Octal 67 145 171 67 21 0 65 306 46 43
Binary 110111 1100101 1111001 110111 10001 0 110101 11000110 100110 100011

Color Harmonies of #376579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376579

Black with #376579

Text Example


Text Example

White with #376579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376579; }

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

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

background-color css

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

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

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

border-color css

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

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

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