#375E6E

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

Shades of Blumine #375E6E

Tints of Blumine #375E6E

Color information

#375E6E (or 0x375E6E) is unknown color: approx Blumine. HEX triplet: 37, 5E and 6E. RGB value is (55,94,110). Sum of RGB (Red+Green+Blue) = 55+94+110=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #375E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E6E is #C8A191. Grayscale: #545454. Windows color (decimal): -13148562 or 7233079. OLE color: 7233079.

HSL color Cylindrical-coordinate representation of color #375E6E: hue angle of 197.45º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #375E6E is Cyan = 0.5, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5594110-
CMYK0.50.1500.57
HSL197.45º33.33%32.35%-
HSV(B)197.45º50%43.14%-
XYZ8.399.9416.23-
YUV84.16142.58107.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=21.24%
G=36.29%
B=42.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55941100.50.1500.57197.4533.3332.35
Hex375E6E32F039c52120
Octal6713615662170713054140
Binary110111101111011011101100101111011100111000101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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