#376675

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

Shades of Blumine #376675

Tints of Blumine #376675

Color information

#376675 (or 0x376675) is unknown color: approx Blumine. HEX triplet: 37, 66 and 75. RGB value is (55,102,117). Sum of RGB (Red+Green+Blue) = 55+102+117=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #376675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376675 is #C8998A. Grayscale: #595959. Windows color (decimal): -13146507 or 7693879. OLE color: 7693879.

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

Color convert

RGB55102117-
CMYK0.530.1300.54
HSL194.52º36.05%33.73%-
HSV(B)194.52º52.99%45.88%-
XYZ9.5411.618.57-
YUV89.66143.43103.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=20.07%
G=37.23%
B=42.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551021170.530.1300.54194.5236.0533.73
Hex37667535D036c32422
Octal6714616565150663034442
Binary110111110011011101011101011101011011011000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376675; }

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

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

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

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

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

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

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

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