#375B70

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

Shades of Blumine #375B70

Tints of Blumine #375B70

Color information

#375B70 (or 0x375B70) is unknown color: approx Blumine. HEX triplet: 37, 5B and 70. RGB value is (55,91,112). Sum of RGB (Red+Green+Blue) = 55+91+112=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #375B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B70 is #C8A48F. Grayscale: #525252. Windows color (decimal): -13149328 or 7363383. OLE color: 7363383.

HSL color Cylindrical-coordinate representation of color #375B70: hue angle of 202.11º 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 #375B70 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5591112-
CMYK0.510.1900.56
HSL202.11º34.13%32.75%-
HSV(B)202.11º50.89%43.92%-
XYZ8.249.4616.72-
YUV82.63144.57108.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=21.32%
G=35.27%
B=43.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55911120.510.1900.56202.1134.1332.75
Hex375B703313038ca2221
Octal6713316063230703124241
Binary1101111011011111000011001110011011100011001010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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