Html Css Color HEX #376473 Blumine

📋 copy color: '#376473'

red 55 ◦ green 100 ◦ blue 115

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

Shades of Blumine #376473

Tints of Blumine #376473

RGB

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

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

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

R = 20.37%
G = 37.04%
B = 42.59%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376473 (or 0x376473) is known color: Blumine. HEX triplet: 37, 64 and 73. RGB value is (55,100,115). Sum of RGB (Red+Green+Blue) = 55+100+115=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #376473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376473 is #C89B8C. Grayscale: #585858. Windows color (decimal): -13147021 or 7562295. OLE color: 7562295.

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

Color convert

RGB 55 100 115 -
CMYK 0.52 0.13 0 0.55
HSL 195º 0.35% 0.33% -
HSV(B) 195º 0.52% 0.45% -
XYZ 9.23 11.16 17.89 -
YUV 88.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 55 100 115 0.52 0.13 0 0.55 195 0.35 0.33
Hex 37 64 73 34 D 0 37 C3 23 21
Octal 67 144 163 64 15 0 67 303 43 41
Binary 110111 1100100 1110011 110100 1101 0 110111 11000011 100011 100001

Color Harmonies of #376473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376473

Black with #376473

Text Example


Text Example

White with #376473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376473; }

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

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

background-color css

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

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

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

border-color css

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

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

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