#394860

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

Shades of Rhino #394860

Tints of Rhino #394860

Color information

#394860 (or 0x394860) is unknown color: approx Rhino. HEX triplet: 39, 48 and 60. RGB value is (57,72,96). Sum of RGB (Red+Green+Blue) = 57+72+96=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #394860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394860 is #C6B79F. Grayscale: #464646. Windows color (decimal): -13023136 or 6309945. OLE color: 6309945.

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

Color convert

RGB577296-
CMYK0.410.2500.62
HSL216.92º25.49%30%-
HSV(B)216.92º40.62%37.65%-
XYZ6.126.3511.97-
YUV70.25142.53118.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=25.33%
G=32%
B=42.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5772960.410.2500.62216.9225.4930
Hex394860291903Ed9191e
Octal7111014051310763313136
Binary11100110010001100000101001110010111110110110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394860; }

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

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

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

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

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

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

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

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