#394455

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

Shades of Rhino #394455

Tints of Rhino #394455

Color information

#394455 (or 0x394455) is unknown color: approx Rhino. HEX triplet: 39, 44 and 55. RGB value is (57,68,85). Sum of RGB (Red+Green+Blue) = 57+68+85=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #394455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394455 is #C6BBAA. Grayscale: #424242. Windows color (decimal): -13024171 or 5588025. OLE color: 5588025.

HSL color Cylindrical-coordinate representation of color #394455: hue angle of 216.43º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #394455 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB576885-
CMYK0.330.2000.67
HSL216.43º19.72%27.84%-
HSV(B)216.43º32.94%33.33%-
XYZ5.395.669.4-
YUV66.65138.36121.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=27.14%
G=32.38%
B=40.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5768850.330.2000.67216.4319.7227.84
Hex3944552114043d8141c
Octal71104125412401033302434
Binary111001100010010101011000011010001000011110110001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394455; }

 p { color: rgb(57,68,85); }

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

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

 a { background-color: rgb(57,68,85); }

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

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

 span { border-color: rgb(57,68,85); }

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