#3D4653

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

Shades of Rhino #3D4653

Tints of Rhino #3D4653

Color information

#3D4653 (or 0x3D4653) is unknown color: approx Rhino. HEX triplet: 3D, 46 and 53. RGB value is (61,70,83). Sum of RGB (Red+Green+Blue) = 61+70+83=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D4653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4653 is #C2B9AC. Grayscale: #444444. Windows color (decimal): -12761517 or 5457469. OLE color: 5457469.

HSL color Cylindrical-coordinate representation of color #3D4653: hue angle of 215.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4653 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB617083-
CMYK0.270.1600.67
HSL215.45º15.28%28.24%-
HSV(B)215.45º26.51%32.55%-
XYZ5.6869.04-
YUV68.79136.02122.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.50%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=28.50%
G=32.71%
B=38.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6170830.270.1600.67215.4515.2828.24
Hex3D46531B10043d7f1c
Octal75106123332001033271734
Binary1111011000110101001111011100000100001111010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,70,83); }

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

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

 a { background-color: rgb(61,70,83); }

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

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

 span { border-color: rgb(61,70,83); }

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