#375866

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

Shades of Blumine #375866

Tints of Blumine #375866

Color information

#375866 (or 0x375866) is unknown color: approx Blumine. HEX triplet: 37, 58 and 66. RGB value is (55,88,102). Sum of RGB (Red+Green+Blue) = 55+88+102=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #375866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375866 is #C8A799. Grayscale: #4F4F4F. Windows color (decimal): -13150106 or 6707255. OLE color: 6707255.

HSL color Cylindrical-coordinate representation of color #375866: hue angle of 197.87º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375866 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5588102-
CMYK0.460.1400.6
HSL197.87º29.94%30.78%-
HSV(B)197.87º46.08%40%-
XYZ7.468.7513.87-
YUV79.73140.57110.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=22.45%
G=35.92%
B=41.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55881020.460.1400.6197.8729.9430.78
Hex3758662EE03Cc61e1f
Octal6713014656160743063637
Binary1101111011000110011010111011100111100110001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375866; }

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

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

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

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

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

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

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

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