#384757

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

Shades of Rhino #384757

Tints of Rhino #384757

Color information

#384757 (or 0x384757) is unknown color: approx Rhino. HEX triplet: 38, 47 and 57. RGB value is (56,71,87). Sum of RGB (Red+Green+Blue) = 56+71+87=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #384757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384757 is #C7B8A8. Grayscale: #444444. Windows color (decimal): -13088937 or 5719864. OLE color: 5719864.

HSL color Cylindrical-coordinate representation of color #384757: hue angle of 210.97º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #384757 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB567187-
CMYK0.360.1800.66
HSL210.97º21.68%28.04%-
HSV(B)210.97º35.63%34.12%-
XYZ5.66.049.89-
YUV68.34138.53119.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 87 (34.38% from 255) = 40.65%
R=26.17%
G=33.18%
B=40.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5671870.360.1800.66210.9721.6828.04
Hex3847572412042d3161c
Octal70107127442201023232634
Binary111000100011110101111001001001001000010110100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384757; }

 p { color: rgb(56,71,87); }

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

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

 a { background-color: rgb(56,71,87); }

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

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

 span { border-color: rgb(56,71,87); }

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