Html Css Color HEX #376479 Blumine

📋 copy color: '#376479'

red 55 ◦ green 100 ◦ blue 121

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

Shades of Blumine #376479

Tints of Blumine #376479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

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

R = 19.93%
G = 36.23%
B = 43.84%

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

#376479 (or 0x376479) is known color: Blumine. HEX triplet: 37, 64 and 79. RGB value is (55,100,121). Sum of RGB (Red+Green+Blue) = 55+100+121=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #376479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376479 is #C89B86. Grayscale: #585858. Windows color (decimal): -13147015 or 7955511. OLE color: 7955511.

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

Color convert

RGB 55 100 121 -
CMYK 0.55 0.17 0 0.53
HSL 199.09º 0.38% 0.35% -
HSV(B) 199.09º 0.55% 0.47% -
XYZ 9.58 11.31 19.77 -
YUV 88.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 55 100 121 0.55 0.17 0 0.53 199.09 0.38 0.35
Hex 37 64 79 37 11 0 35 C7 26 23
Octal 67 144 171 67 21 0 65 307 46 43
Binary 110111 1100100 1111001 110111 10001 0 110101 11000111 100110 100011

Color Harmonies of #376479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376479

Black with #376479

Text Example


Text Example

White with #376479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376479; }

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

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

background-color css

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

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

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

border-color css

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

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

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