#375969

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

Shades of Blumine #375969

Tints of Blumine #375969

Color information

#375969 (or 0x375969) is unknown color: approx Blumine. HEX triplet: 37, 59 and 69. RGB value is (55,89,105). Sum of RGB (Red+Green+Blue) = 55+89+105=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #375969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375969 is #C8A696. Grayscale: #505050. Windows color (decimal): -13149847 or 6904119. OLE color: 6904119.

HSL color Cylindrical-coordinate representation of color #375969: hue angle of 199.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #375969 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5589105-
CMYK0.480.1500.59
HSL199.2º31.25%31.37%-
HSV(B)199.2º47.62%41.18%-
XYZ7.78.9814.69-
YUV80.66141.74109.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=22.09%
G=35.74%
B=42.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55891050.480.1500.59199.231.2531.37
Hex37596930F03Bc71f1f
Octal6713115160170733073737
Binary1101111011001110100111000011110111011110001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375969; }

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

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

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

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

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

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

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

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