#376573

Color #376573 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #376573

Tints of Blumine #376573

Color information

#376573 (or 0x376573) is unknown color: approx 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

RGB55101115-
CMYK0.520.1200.55
HSL194º35.29%33.33%-
HSV(B)194º52.17%45.1%-
XYZ9.3211.3617.92-
YUV88.84142.76103.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=20.30%
G=37.27%
B=42.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551011150.520.1200.5519435.2933.33
Hex37657334C037c22321
Octal6714516364140673024341
Binary110111110010111100111101001100011011111000010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>