#375E76

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

Shades of Blumine #375E76

Tints of Blumine #375E76

Color information

#375E76 (or 0x375E76) is unknown color: approx Blumine. HEX triplet: 37, 5E and 76. RGB value is (55,94,118). Sum of RGB (Red+Green+Blue) = 55+94+118=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #375E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E76 is #C8A189. Grayscale: #545454. Windows color (decimal): -13148554 or 7757367. OLE color: 7757367.

HSL color Cylindrical-coordinate representation of color #375E76: hue angle of 202.86º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #375E76 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5594118-
CMYK0.530.2000.54
HSL202.86º36.42%33.92%-
HSV(B)202.86º53.39%46.27%-
XYZ8.8510.1318.63-
YUV85.07146.58106.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=20.60%
G=35.21%
B=44.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55941180.530.2000.54202.8636.4233.92
Hex375E763514036cb2422
Octal6713616665240663134442
Binary1101111011110111011011010110100011011011001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375E76; }

 p { color: rgb(55,94,118); }

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

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

 a { background-color: rgb(55,94,118); }

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

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

 span { border-color: rgb(55,94,118); }

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