#394250

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

Shades of Rhino #394250

Tints of Rhino #394250

Color information

#394250 (or 0x394250) is unknown color: approx Rhino. HEX triplet: 39, 42 and 50. RGB value is (57,66,80). Sum of RGB (Red+Green+Blue) = 57+66+80=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #394250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394250 is #C6BDAF. Grayscale: #404040. Windows color (decimal): -13024688 or 5259833. OLE color: 5259833.

HSL color Cylindrical-coordinate representation of color #394250: hue angle of 216.52º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394250 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB576680-
CMYK0.290.1700.69
HSL216.52º16.79%26.86%-
HSV(B)216.52º28.75%31.37%-
XYZ5.085.358.35-
YUV64.9136.52122.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=28.08%
G=32.51%
B=39.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5766800.290.1700.69216.5216.7926.86
Hex3942501D11045d9111b
Octal71102120352101053312133
Binary11100110000101010000111011000101000101110110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394250; }

 p { color: rgb(57,66,80); }

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

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

 a { background-color: rgb(57,66,80); }

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

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

 span { border-color: rgb(57,66,80); }

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