#3b596f

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

Shades of Blumine #3B596F

Tints of Blumine #3B596F

Color information

#3B596F (or 0x3B596F) is unknown color: approx Blumine. HEX triplet: 3B, 59 and 6F. RGB value is (59,89,111). Sum of RGB (Red+Green+Blue) = 59+89+111=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B596F is #C4A690. Grayscale: #525252. Windows color (decimal): -12887697 or 7297339. OLE color: 7297339.

HSL color Cylindrical-coordinate representation of color #3B596F: hue angle of 205.38º 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 #3B596F is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5989111-
CMYK0.470.2000.56
HSL205.38º30.59%33.33%-
HSV(B)205.38º46.85%43.53%-
XYZ8.259.2216.38-
YUV82.54144.06111.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.78%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=22.78%
G=34.36%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59891110.470.2000.56205.3830.5933.33
Hex3B596F2F14038cd1f21
Octal7313115757240703153741
Binary111011101100111011111011111010001110001100110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b596f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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