#3E454D

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

Shades of Rhino #3E454D

Tints of Rhino #3E454D

Color information

#3E454D (or 0x3E454D) is unknown color: approx Rhino. HEX triplet: 3E, 45 and 4D. RGB value is (62,69,77). Sum of RGB (Red+Green+Blue) = 62+69+77=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E454D is #C1BAB2. Grayscale: #434343. Windows color (decimal): -12696243 or 5063998. OLE color: 5063998.

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

Color convert

RGB626977-
CMYK0.190.1000.70
HSL212º10.79%27.25%-
HSV(B)212º19.48%30.2%-
XYZ5.455.827.86-
YUV67.82133.18123.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.81%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=29.81%
G=33.17%
B=37.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6269770.190.1000.7021210.7927.25
Hex3E454D13A046d4b1b
Octal76105115231201063241333
Binary111110100010110011011001110100100011011010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,69,77); }

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

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

 a { background-color: rgb(62,69,77); }

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

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

 span { border-color: rgb(62,69,77); }

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