#376574

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

Shades of Blumine #376574

Tints of Blumine #376574

Color information

#376574 (or 0x376574) is unknown color: approx Blumine. HEX triplet: 37, 65 and 74. RGB value is (55,101,116). Sum of RGB (Red+Green+Blue) = 55+101+116=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #376574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376574 is #C89A8B. Grayscale: #585858. Windows color (decimal): -13146764 or 7628087. OLE color: 7628087.

HSL color Cylindrical-coordinate representation of color #376574: hue angle of 194.75º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376574 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB55101116-
CMYK0.530.1300.55
HSL194.75º35.67%33.53%-
HSV(B)194.75º52.59%45.49%-
XYZ9.3811.3818.23-
YUV88.96143.26103.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=20.22%
G=37.13%
B=42.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551011160.530.1300.55194.7535.6733.53
Hex37657435D037c32422
Octal6714516465150673034442
Binary110111110010111101001101011101011011111000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376574; }

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

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

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

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

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

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

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

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