#3A4860

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

Shades of Rhino #3A4860

Tints of Rhino #3A4860

Color information

#3A4860 (or 0x3A4860) is unknown color: approx Rhino. HEX triplet: 3A, 48 and 60. RGB value is (58,72,96). Sum of RGB (Red+Green+Blue) = 58+72+96=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A4860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4860 is #C5B79F. Grayscale: #464646. Windows color (decimal): -12957600 or 6309946. OLE color: 6309946.

HSL color Cylindrical-coordinate representation of color #3A4860: hue angle of 217.89º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A4860 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB587296-
CMYK0.400.2500.62
HSL217.89º24.68%30.2%-
HSV(B)217.89º39.58%37.65%-
XYZ6.176.3811.97-
YUV70.55142.36119.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.66%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=25.66%
G=31.86%
B=42.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5872960.400.2500.62217.8924.6830.2
Hex3A4860281903Eda191e
Octal7211014050310763323136
Binary11101010010001100000101000110010111110110110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,72,96); }

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

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

 a { background-color: rgb(58,72,96); }

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

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

 span { border-color: rgb(58,72,96); }

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