#394453

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

Shades of Rhino #394453

Tints of Rhino #394453

Color information

#394453 (or 0x394453) is unknown color: approx Rhino. HEX triplet: 39, 44 and 53. RGB value is (57,68,83). Sum of RGB (Red+Green+Blue) = 57+68+83=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #394453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394453 is #C6BBAC. Grayscale: #424242. Windows color (decimal): -13024173 or 5456953. OLE color: 5456953.

HSL color Cylindrical-coordinate representation of color #394453: hue angle of 214.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #394453 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB576883-
CMYK0.310.1800.67
HSL214.62º18.57%27.45%-
HSV(B)214.62º31.33%32.55%-
XYZ5.325.638.99-
YUV66.42137.36121.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=27.40%
G=32.69%
B=39.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5768830.310.1800.67214.6218.5727.45
Hex3944531F12043d7131b
Octal71104123372201033272333
Binary11100110001001010011111111001001000011110101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394453; }

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

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

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

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

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

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

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

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