Html Css Color HEX #376373 Blumine

📋 copy color: '#376373'

red 55 ◦ green 99 ◦ blue 115

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

Shades of Blumine #376373

Tints of Blumine #376373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.75%

R = 20.45%
G = 36.8%
B = 42.75%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376373 (or 0x376373) is known color: Blumine. HEX triplet: 37, 63 and 73. RGB value is (55,99,115). Sum of RGB (Red+Green+Blue) = 55+99+115=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #376373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376373 is #C89C8C. Grayscale: #575757. Windows color (decimal): -13147277 or 7562039. OLE color: 7562039.

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

Color convert

RGB 55 99 115 -
CMYK 0.52 0.14 0 0.55
HSL 196º 0.35% 0.33% -
HSV(B) 196º 0.52% 0.45% -
XYZ 9.13 10.97 17.86 -
YUV 87.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 55 99 115 0.52 0.14 0 0.55 196 0.35 0.33
Hex 37 63 73 34 E 0 37 C4 23 21
Octal 67 143 163 64 16 0 67 304 43 41
Binary 110111 1100011 1110011 110100 1110 0 110111 11000100 100011 100001

Color Harmonies of #376373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376373

Black with #376373

Text Example


Text Example

White with #376373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376373; }

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

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

background-color css

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

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

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

border-color css

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

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

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