#3D4959

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

Shades of Rhino #3D4959

Tints of Rhino #3D4959

Color information

#3D4959 (or 0x3D4959) is unknown color: approx Rhino. HEX triplet: 3D, 49 and 59. RGB value is (61,73,89). Sum of RGB (Red+Green+Blue) = 61+73+89=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D4959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4959 is #C2B6A6. Grayscale: #474747. Windows color (decimal): -12760743 or 5851453. OLE color: 5851453.

HSL color Cylindrical-coordinate representation of color #3D4959: hue angle of 214.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D4959 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB617389-
CMYK0.310.1800.65
HSL214.29º18.67%29.41%-
HSV(B)214.29º31.46%34.9%-
XYZ6.116.4810.38-
YUV71.24138.02120.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=27.35%
G=32.74%
B=39.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6173890.310.1800.65214.2918.6729.41
Hex3D49591F12041d6131d
Octal75111131372201013262335
Binary11110110010011011001111111001001000001110101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,73,89); }

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

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

 a { background-color: rgb(61,73,89); }

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

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

 span { border-color: rgb(61,73,89); }

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