Html Css Color HEX #376377 Blumine

📋 copy color: '#376377'

red 55 ◦ green 99 ◦ blue 119

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

Shades of Blumine #376377

Tints of Blumine #376377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

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

R = 20.15%
G = 36.26%
B = 43.59%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376377 (or 0x376377) is known color: Blumine. HEX triplet: 37, 63 and 77. RGB value is (55,99,119). Sum of RGB (Red+Green+Blue) = 55+99+119=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #376377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376377 is #C89C88. Grayscale: #585858. Windows color (decimal): -13147273 or 7824183. OLE color: 7824183.

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

Color convert

RGB 55 99 119 -
CMYK 0.54 0.17 0 0.53
HSL 198.75º 0.37% 0.34% -
HSV(B) 198.75º 0.54% 0.47% -
XYZ 9.37 11.07 19.1 -
YUV 88.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 55 99 119 0.54 0.17 0 0.53 198.75 0.37 0.34
Hex 37 63 77 36 11 0 35 C7 25 22
Octal 67 143 167 66 21 0 65 307 45 42
Binary 110111 1100011 1110111 110110 10001 0 110101 11000111 100101 100010

Color Harmonies of #376377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376377

Black with #376377

Text Example


Text Example

White with #376377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376377; }

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

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

background-color css

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

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

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

border-color css

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

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

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