#3A424D

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

Shades of Rhino #3A424D

Tints of Rhino #3A424D

Color information

#3A424D (or 0x3A424D) is unknown color: approx Rhino. HEX triplet: 3A, 42 and 4D. RGB value is (58,66,77). Sum of RGB (Red+Green+Blue) = 58+66+77=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A424D is #C5BDB2. Grayscale: #404040. Windows color (decimal): -12959155 or 5063226. OLE color: 5063226.

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

Color convert

RGB586677-
CMYK0.250.1400.70
HSL214.74º14.07%26.47%-
HSV(B)214.74º24.68%30.2%-
XYZ5.035.337.79-
YUV64.86134.85123.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.86%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=28.86%
G=32.84%
B=38.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5866770.250.1400.70214.7414.0726.47
Hex3A424D19E046d7e1a
Octal72102115311601063271632
Binary111010100001010011011100111100100011011010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,66,77); }

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

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

 a { background-color: rgb(58,66,77); }

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

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

 span { border-color: rgb(58,66,77); }

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