Html Css Color HEX #376573 Blumine

📋 copy color: '#376573'

red 55 ◦ green 101 ◦ blue 115

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

Shades of Blumine #376573

Tints of Blumine #376573

RGB

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

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

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

R = 20.3%
G = 37.27%
B = 42.44%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376573 (or 0x376573) is known color: Blumine. HEX triplet: 37, 65 and 73. RGB value is (55,101,115). Sum of RGB (Red+Green+Blue) = 55+101+115=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #376573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376573 is #C89A8C. Grayscale: #585858. Windows color (decimal): -13146765 or 7562551. OLE color: 7562551.

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

Color convert

RGB 55 101 115 -
CMYK 0.52 0.12 0 0.55
HSL 194º 0.35% 0.33% -
HSV(B) 194º 0.52% 0.45% -
XYZ 9.32 11.36 17.92 -
YUV 88.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 55 101 115 0.52 0.12 0 0.55 194 0.35 0.33
Hex 37 65 73 34 C 0 37 C2 23 21
Octal 67 145 163 64 14 0 67 302 43 41
Binary 110111 1100101 1110011 110100 1100 0 110111 11000010 100011 100001

Color Harmonies of #376573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376573

Black with #376573

Text Example


Text Example

White with #376573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376573; }

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

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

background-color css

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

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

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

border-color css

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

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

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