#38475E

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

Shades of Rhino #38475E

Tints of Rhino #38475E

Color information

#38475E (or 0x38475E) is unknown color: approx Rhino. HEX triplet: 38, 47 and 5E. RGB value is (56,71,94). Sum of RGB (Red+Green+Blue) = 56+71+94=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #38475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38475E is #C7B8A1. Grayscale: #454545. Windows color (decimal): -13088930 or 6178616. OLE color: 6178616.

HSL color Cylindrical-coordinate representation of color #38475E: hue angle of 216.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38475E is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB567194-
CMYK0.400.2400.63
HSL216.32º25.33%29.41%-
HSV(B)216.32º40.43%36.86%-
XYZ5.96.1611.47-
YUV69.14142.03118.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=25.34%
G=32.13%
B=42.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5671940.400.2400.63216.3225.3329.41
Hex38475E281803Fd8191d
Octal7010713650300773303135
Binary11100010001111011110101000110000111111110110001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38475E; }

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

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

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

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

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

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

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

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