#3B4550

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

Shades of Rhino #3B4550

Tints of Rhino #3B4550

Color information

#3B4550 (or 0x3B4550) is unknown color: approx Rhino. HEX triplet: 3B, 45 and 50. RGB value is (59,69,80). Sum of RGB (Red+Green+Blue) = 59+69+80=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B4550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4550 is #C4BAAF. Grayscale: #434343. Windows color (decimal): -12892848 or 5260603. OLE color: 5260603.

HSL color Cylindrical-coordinate representation of color #3B4550: hue angle of 211.43º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B4550 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB596980-
CMYK0.260.1400.69
HSL211.43º15.11%27.25%-
HSV(B)211.43º26.25%31.37%-
XYZ5.385.778.42-
YUV67.26135.19122.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=28.37%
G=33.17%
B=38.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5969800.260.1400.69211.4315.1127.25
Hex3B45501AE045d3f1b
Octal73105120321601053231733
Binary111011100010110100001101011100100010111010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,69,80); }

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

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

 a { background-color: rgb(59,69,80); }

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

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

 span { border-color: rgb(59,69,80); }

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