#394555

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

Shades of Rhino #394555

Tints of Rhino #394555

Color information

#394555 (or 0x394555) is unknown color: approx Rhino. HEX triplet: 39, 45 and 55. RGB value is (57,69,85). Sum of RGB (Red+Green+Blue) = 57+69+85=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #394555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394555 is #C6BAAA. Grayscale: #434343. Windows color (decimal): -13023915 or 5588281. OLE color: 5588281.

HSL color Cylindrical-coordinate representation of color #394555: hue angle of 214.29º 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 #394555 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB576985-
CMYK0.330.1900.67
HSL214.29º19.72%27.84%-
HSV(B)214.29º32.94%33.33%-
XYZ5.465.789.42-
YUV67.24138.02120.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=27.01%
G=32.70%
B=40.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5769850.330.1900.67214.2919.7227.84
Hex3945552113043d6141c
Octal71105125412301033262434
Binary111001100010110101011000011001101000011110101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394555; }

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

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

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

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

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

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

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

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