#3B6173

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

Shades of Blumine #3B6173

Tints of Blumine #3B6173

Color information

#3B6173 (or 0x3B6173) is unknown color: approx Blumine. HEX triplet: 3B, 61 and 73. RGB value is (59,97,115). Sum of RGB (Red+Green+Blue) = 59+97+115=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B6173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6173 is #C49E8C. Grayscale: #575757. Windows color (decimal): -12885645 or 7561531. OLE color: 7561531.

HSL color Cylindrical-coordinate representation of color #3B6173: hue angle of 199.29º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B6173 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5997115-
CMYK0.490.1600.55
HSL199.29º32.18%34.12%-
HSV(B)199.29º48.7%45.1%-
XYZ9.1710.7217.8-
YUV87.69143.41107.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.77%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=21.77%
G=35.79%
B=42.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59971150.490.1600.55199.2932.1834.12
Hex3B61733110037c72022
Octal7314116361200673074042
Binary1110111100001111001111000110000011011111000111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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