#3D4958

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

Shades of Rhino #3D4958

Tints of Rhino #3D4958

Color information

#3D4958 (or 0x3D4958) is unknown color: approx Rhino. HEX triplet: 3D, 49 and 58. RGB value is (61,73,88). Sum of RGB (Red+Green+Blue) = 61+73+88=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D4958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4958 is #C2B6A7. Grayscale: #474747. Windows color (decimal): -12760744 or 5785917. OLE color: 5785917.

HSL color Cylindrical-coordinate representation of color #3D4958: hue angle of 213.33º degrees, saturation: 0.18, 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 #3D4958 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB617388-
CMYK0.310.1700.65
HSL213.33º18.12%29.22%-
HSV(B)213.33º30.68%34.51%-
XYZ6.076.4610.16-
YUV71.12137.52120.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.48%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=27.48%
G=32.88%
B=39.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6173880.310.1700.65213.3318.1229.22
Hex3D49581F11041d5121d
Octal75111130372101013252235
Binary11110110010011011000111111000101000001110101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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