#38475D

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

Shades of Rhino #38475D

Tints of Rhino #38475D

Color information

#38475D (or 0x38475D) is unknown color: approx Rhino. HEX triplet: 38, 47 and 5D. RGB value is (56,71,93). Sum of RGB (Red+Green+Blue) = 56+71+93=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #38475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38475D is #C7B8A2. Grayscale: #444444. Windows color (decimal): -13088931 or 6113080. OLE color: 6113080.

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

Color convert

RGB567193-
CMYK0.400.2400.64
HSL215.68º24.83%29.22%-
HSV(B)215.68º39.78%36.47%-
XYZ5.866.1411.23-
YUV69.02141.53118.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=25.45%
G=32.27%
B=42.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5671930.400.2400.64215.6824.8329.22
Hex38475D2818040d8191d
Octal70107135503001003303135
Binary111000100011110111011010001100001000000110110001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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