Html Css Color HEX #376371 Blumine

📋 copy color: '#376371'

red 55 ◦ green 99 ◦ blue 113

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

Shades of Blumine #376371

Tints of Blumine #376371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.32%

R = 20.6%
G = 37.08%
B = 42.32%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376371 (or 0x376371) is known color: Blumine. HEX triplet: 37, 63 and 71. RGB value is (55,99,113). Sum of RGB (Red+Green+Blue) = 55+99+113=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #376371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376371 is #C89C8E. Grayscale: #575757. Windows color (decimal): -13147279 or 7430967. OLE color: 7430967.

HSL color Cylindrical-coordinate representation of color #376371: hue angle of 194.48º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #376371 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 99 113 -
CMYK 0.51 0.12 0 0.56
HSL 194.48º 0.35% 0.33% -
HSV(B) 194.48º 0.51% 0.44% -
XYZ 9.02 10.93 17.26 -
YUV 87.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 55 99 113 0.51 0.12 0 0.56 194.48 0.35 0.33
Hex 37 63 71 33 C 0 38 C2 23 21
Octal 67 143 161 63 14 0 70 302 43 41
Binary 110111 1100011 1110001 110011 1100 0 111000 11000010 100011 100001

Color Harmonies of #376371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376371

Black with #376371

Text Example


Text Example

White with #376371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376371; }

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

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

background-color css

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

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

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

border-color css

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

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

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