#375B72

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

Shades of Blumine #375B72

Tints of Blumine #375B72

Color information

#375B72 (or 0x375B72) is unknown color: approx Blumine. HEX triplet: 37, 5B and 72. RGB value is (55,91,114). Sum of RGB (Red+Green+Blue) = 55+91+114=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #375B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B72 is #C8A48D. Grayscale: #525252. Windows color (decimal): -13149326 or 7494455. OLE color: 7494455.

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

Color convert

RGB5591114-
CMYK0.520.2000.55
HSL203.39º34.91%33.14%-
HSV(B)203.39º51.75%44.71%-
XYZ8.359.5117.31-
YUV82.86145.57108.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=21.15%
G=35%
B=43.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55911140.520.2000.55203.3934.9133.14
Hex375B723414037cb2321
Octal6713316264240673134341
Binary1101111011011111001011010010100011011111001011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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