#3B616F

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

Shades of Blumine #3B616F

Tints of Blumine #3B616F

Color information

#3B616F (or 0x3B616F) is unknown color: approx Blumine. HEX triplet: 3B, 61 and 6F. RGB value is (59,97,111). Sum of RGB (Red+Green+Blue) = 59+97+111=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B616F is #C49E90. Grayscale: #575757. Windows color (decimal): -12885649 or 7299387. OLE color: 7299387.

HSL color Cylindrical-coordinate representation of color #3B616F: hue angle of 196.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B616F is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5997111-
CMYK0.470.1300.56
HSL196.15º30.59%33.33%-
HSV(B)196.15º46.85%43.53%-
XYZ8.9510.6316.62-
YUV87.23141.41107.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.10%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=22.10%
G=36.33%
B=41.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59971110.470.1300.56196.1530.5933.33
Hex3B616F2FD038c41f21
Octal7314115757150703043741
Binary11101111000011101111101111110101110001100010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B616F; }

 p { color: rgb(59,97,111); }

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

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

 a { background-color: rgb(59,97,111); }

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

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

 span { border-color: rgb(59,97,111); }

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