#375D72

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

Shades of Blumine #375D72

Tints of Blumine #375D72

Color information

#375D72 (or 0x375D72) is unknown color: approx Blumine. HEX triplet: 37, 5D and 72. RGB value is (55,93,114). Sum of RGB (Red+Green+Blue) = 55+93+114=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #375D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D72 is #C8A28D. Grayscale: #535353. Windows color (decimal): -13148814 or 7494967. OLE color: 7494967.

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

Color convert

RGB5593114-
CMYK0.520.1800.55
HSL201.36º34.91%33.14%-
HSV(B)201.36º51.75%44.71%-
XYZ8.539.8617.37-
YUV84.03144.91107.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=20.99%
G=35.50%
B=43.51%

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
Decimal55931140.520.1800.55201.3634.9133.14
Hex375D723412037c92321
Octal6713516264220673114341
Binary1101111011101111001011010010010011011111001001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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