#3A4353

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

Shades of Rhino #3A4353

Tints of Rhino #3A4353

Color information

#3A4353 (or 0x3A4353) is unknown color: approx Rhino. HEX triplet: 3A, 43 and 53. RGB value is (58,67,83). Sum of RGB (Red+Green+Blue) = 58+67+83=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A4353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4353 is #C5BCAC. Grayscale: #424242. Windows color (decimal): -12958893 or 5456698. OLE color: 5456698.

HSL color Cylindrical-coordinate representation of color #3A4353: hue angle of 218.4º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A4353 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB586783-
CMYK0.300.1900.67
HSL218.4º17.73%27.65%-
HSV(B)218.4º30.12%32.55%-
XYZ5.315.548.97-
YUV66.13137.52122.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=27.88%
G=32.21%
B=39.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5867830.300.1900.67218.417.7327.65
Hex3A43531E13043da121c
Octal72103123362301033322234
Binary11101010000111010011111101001101000011110110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,67,83); }

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

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

 a { background-color: rgb(58,67,83); }

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

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

 span { border-color: rgb(58,67,83); }

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