#376275

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

Shades of Blumine #376275

Tints of Blumine #376275

Color information

#376275 (or 0x376275) is unknown color: approx Blumine. HEX triplet: 37, 62 and 75. RGB value is (55,98,117). Sum of RGB (Red+Green+Blue) = 55+98+117=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #376275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376275 is #C89D8A. Grayscale: #575757. Windows color (decimal): -13147531 or 7692855. OLE color: 7692855.

HSL color Cylindrical-coordinate representation of color #376275: hue angle of 198.39º 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 #376275 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5598117-
CMYK0.530.1600.54
HSL198.39º36.05%33.73%-
HSV(B)198.39º52.99%45.88%-
XYZ9.1510.8318.44-
YUV87.31144.75104.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=20.37%
G=36.30%
B=43.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55981170.530.1600.54198.3936.0533.73
Hex3762753510036c62422
Octal6714216565200663064442
Binary1101111100010111010111010110000011011011000110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376275; }

 p { color: rgb(55,98,117); }

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

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

 a { background-color: rgb(55,98,117); }

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

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

 span { border-color: rgb(55,98,117); }

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