#375970

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

Shades of Blumine #375970

Tints of Blumine #375970

Color information

#375970 (or 0x375970) is unknown color: approx Blumine. HEX triplet: 37, 59 and 70. RGB value is (55,89,112). Sum of RGB (Red+Green+Blue) = 55+89+112=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #375970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375970 is #C8A68F. Grayscale: #515151. Windows color (decimal): -13149840 or 7362871. OLE color: 7362871.

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

Color convert

RGB5589112-
CMYK0.510.2100.56
HSL204.21º34.13%32.75%-
HSV(B)204.21º50.89%43.92%-
XYZ8.079.1316.67-
YUV81.46145.24109.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=21.48%
G=34.77%
B=43.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55891120.510.2100.56204.2134.1332.75
Hex3759703315038cc2221
Octal6713116063250703144241
Binary1101111011001111000011001110101011100011001100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375970; }

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

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

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

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

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

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

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

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