#375D66

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

Shades of Blumine #375D66

Tints of Blumine #375D66

Color information

#375D66 (or 0x375D66) is unknown color: approx Blumine. HEX triplet: 37, 5D and 66. RGB value is (55,93,102). Sum of RGB (Red+Green+Blue) = 55+93+102=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #375D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D66 is #C8A299. Grayscale: #525252. Windows color (decimal): -13148826 or 6708535. OLE color: 6708535.

HSL color Cylindrical-coordinate representation of color #375D66: hue angle of 191.49º 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 #375D66 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5593102-
CMYK0.460.0900.6
HSL191.49º29.94%30.78%-
HSV(B)191.49º46.08%40%-
XYZ7.899.614.01-
YUV82.66138.91108.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=22%
G=37.2%
B=40.8%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55931020.460.0900.6191.4929.9430.78
Hex375D662E903Cbf1e1f
Octal6713514656110742773637
Binary1101111011101110011010111010010111100101111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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