#375669

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

Shades of Blumine #375669

Tints of Blumine #375669

Color information

#375669 (or 0x375669) is unknown color: approx Blumine. HEX triplet: 37, 56 and 69. RGB value is (55,86,105). Sum of RGB (Red+Green+Blue) = 55+86+105=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #375669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375669 is #C8A996. Grayscale: #4E4E4E. Windows color (decimal): -13150615 or 6903351. OLE color: 6903351.

HSL color Cylindrical-coordinate representation of color #375669: hue angle of 202.8º 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 #375669 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5586105-
CMYK0.480.1800.59
HSL202.8º31.25%31.37%-
HSV(B)202.8º47.62%41.18%-
XYZ7.458.4914.61-
YUV78.9142.73110.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=22.36%
G=34.96%
B=42.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55861050.480.1800.59202.831.2531.37
Hex375669301203Bcb1f1f
Octal6712615160220733133737
Binary11011110101101101001110000100100111011110010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375669; }

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

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

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

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

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

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

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

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