#375E73

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

Shades of Blumine #375E73

Tints of Blumine #375E73

Color information

#375E73 (or 0x375E73) is unknown color: approx Blumine. HEX triplet: 37, 5E and 73. RGB value is (55,94,115). Sum of RGB (Red+Green+Blue) = 55+94+115=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #375E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E73 is #C8A18C. Grayscale: #545454. Windows color (decimal): -13148557 or 7560759. OLE color: 7560759.

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

Color convert

RGB5594115-
CMYK0.520.1800.55
HSL201º35.29%33.33%-
HSV(B)201º52.17%45.1%-
XYZ8.6710.0617.7-
YUV84.73145.08106.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=20.83%
G=35.61%
B=43.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55941150.520.1800.5520135.2933.33
Hex375E733412037c92321
Octal6713616364220673114341
Binary1101111011110111001111010010010011011111001001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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