#3D444E

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

Shades of Rhino #3D444E

Tints of Rhino #3D444E

Color information

#3D444E (or 0x3D444E) is unknown color: approx Rhino. HEX triplet: 3D, 44 and 4E. RGB value is (61,68,78). Sum of RGB (Red+Green+Blue) = 61+68+78=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D444E is #C2BBB1. Grayscale: #434343. Windows color (decimal): -12762034 or 5129277. OLE color: 5129277.

HSL color Cylindrical-coordinate representation of color #3D444E: hue angle of 215.29º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3D444E is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB616878-
CMYK0.220.1300.69
HSL215.29º12.23%27.25%-
HSV(B)215.29º21.79%30.59%-
XYZ5.375.688.02-
YUV67.05134.18123.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=29.47%
G=32.85%
B=37.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6168780.220.1300.69215.2912.2327.25
Hex3D444E16D045d7c1b
Octal75104116261501053271433
Binary111101100010010011101011011010100010111010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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