#376572

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

Shades of Blumine #376572

Tints of Blumine #376572

Color information

#376572 (or 0x376572) is unknown color: approx Blumine. HEX triplet: 37, 65 and 72. RGB value is (55,101,114). Sum of RGB (Red+Green+Blue) = 55+101+114=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #376572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376572 is #C89A8D. Grayscale: #585858. Windows color (decimal): -13146766 or 7497015. OLE color: 7497015.

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

Color convert

RGB55101114-
CMYK0.520.1100.55
HSL193.22º34.91%33.14%-
HSV(B)193.22º51.75%44.71%-
XYZ9.2711.3317.62-
YUV88.73142.26103.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=20.37%
G=37.41%
B=42.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551011140.520.1100.55193.2234.9133.14
Hex37657234B037c12321
Octal6714516264130673014341
Binary110111110010111100101101001011011011111000001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376572; }

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

 H1.HeaderClassName
 {
   color: #376572;
 }
 .AnyTagClassName
 {
   color: #376572;
 }
</style>
background-color css

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

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

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

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

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

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