#375B73

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

Shades of Blumine #375B73

Tints of Blumine #375B73

Color information

#375B73 (or 0x375B73) is unknown color: approx Blumine. HEX triplet: 37, 5B and 73. RGB value is (55,91,115). Sum of RGB (Red+Green+Blue) = 55+91+115=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #375B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B73 is #C8A48C. Grayscale: #525252. Windows color (decimal): -13149325 or 7559991. OLE color: 7559991.

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

Color convert

RGB5591115-
CMYK0.520.2100.55
HSL204º35.29%33.33%-
HSV(B)204º52.17%45.1%-
XYZ8.419.5317.62-
YUV82.97146.07108.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=21.07%
G=34.87%
B=44.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55911150.520.2100.5520435.2933.33
Hex375B733415037cc2321
Octal6713316364250673144341
Binary1101111011011111001111010010101011011111001100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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