#384454

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

Shades of Rhino #384454

Tints of Rhino #384454

Color information

#384454 (or 0x384454) is unknown color: approx Rhino. HEX triplet: 38, 44 and 54. RGB value is (56,68,84). Sum of RGB (Red+Green+Blue) = 56+68+84=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #384454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384454 is #C7BBAB. Grayscale: #424242. Windows color (decimal): -13089708 or 5522488. OLE color: 5522488.

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

Color convert

RGB566884-
CMYK0.330.1900.67
HSL214.29º20%27.45%-
HSV(B)214.29º33.33%32.94%-
XYZ5.35.629.19-
YUV66.24138.02120.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=26.92%
G=32.69%
B=40.38%

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
Decimal5668840.330.1900.67214.292027.45
Hex3844542113043d6141b
Octal70104124412301033262433
Binary111000100010010101001000011001101000011110101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384454; }

 p { color: rgb(56,68,84); }

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

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

 a { background-color: rgb(56,68,84); }

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

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

 span { border-color: rgb(56,68,84); }

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