#375E70

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

Shades of Blumine #375E70

Tints of Blumine #375E70

Color information

#375E70 (or 0x375E70) is unknown color: approx Blumine. HEX triplet: 37, 5E and 70. RGB value is (55,94,112). Sum of RGB (Red+Green+Blue) = 55+94+112=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #375E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E70 is #C8A18F. Grayscale: #545454. Windows color (decimal): -13148560 or 7364151. OLE color: 7364151.

HSL color Cylindrical-coordinate representation of color #375E70: hue angle of 198.95º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #375E70 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5594112-
CMYK0.510.1600.56
HSL198.95º34.13%32.75%-
HSV(B)198.95º50.89%43.92%-
XYZ8.59.9916.81-
YUV84.39143.58107.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=21.07%
G=36.02%
B=42.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55941120.510.1600.56198.9534.1332.75
Hex375E703310038c72221
Octal6713616063200703074241
Binary1101111011110111000011001110000011100011000111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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