#3D4551

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

Shades of Rhino #3D4551

Tints of Rhino #3D4551

Color information

#3D4551 (or 0x3D4551) is unknown color: approx Rhino. HEX triplet: 3D, 45 and 51. RGB value is (61,69,81). Sum of RGB (Red+Green+Blue) = 61+69+81=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D4551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4551 is #C2BAAE. Grayscale: #434343. Windows color (decimal): -12761775 or 5326141. OLE color: 5326141.

HSL color Cylindrical-coordinate representation of color #3D4551: hue angle of 216º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D4551 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB616981-
CMYK0.250.1500.68
HSL216º14.08%27.84%-
HSV(B)216º24.69%31.76%-
XYZ5.545.848.62-
YUV67.98135.35123.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=28.91%
G=32.70%
B=38.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6169810.250.1500.6821614.0827.84
Hex3D455119F044d8e1c
Octal75105121311701043301634
Binary111101100010110100011100111110100010011011000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,69,81); }

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

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

 a { background-color: rgb(61,69,81); }

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

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

 span { border-color: rgb(61,69,81); }

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