#3D444D

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

Shades of Rhino #3D444D

Tints of Rhino #3D444D

Color information

#3D444D (or 0x3D444D) is unknown color: approx Rhino. HEX triplet: 3D, 44 and 4D. RGB value is (61,68,77). Sum of RGB (Red+Green+Blue) = 61+68+77=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D444D is #C2BBB2. Grayscale: #424242. Windows color (decimal): -12762035 or 5063741. OLE color: 5063741.

HSL color Cylindrical-coordinate representation of color #3D444D: hue angle of 213.75º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D444D is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB616877-
CMYK0.210.1200.70
HSL213.75º11.59%27.06%-
HSV(B)213.75º20.78%30.2%-
XYZ5.335.667.83-
YUV66.93133.68123.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.61%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=29.61%
G=33.01%
B=37.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6168770.210.1200.70213.7511.5927.06
Hex3D444D15C046d6c1b
Octal75104115251401063261433
Binary111101100010010011011010111000100011011010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,68,77); }

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

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

 a { background-color: rgb(61,68,77); }

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

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

 span { border-color: rgb(61,68,77); }

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