#38475B

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

Shades of Rhino #38475B

Tints of Rhino #38475B

Color information

#38475B (or 0x38475B) is unknown color: approx Rhino. HEX triplet: 38, 47 and 5B. RGB value is (56,71,91). Sum of RGB (Red+Green+Blue) = 56+71+91=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #38475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38475B is #C7B8A4. Grayscale: #444444. Windows color (decimal): -13088933 or 5982008. OLE color: 5982008.

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

Color convert

RGB567191-
CMYK0.380.2200.64
HSL214.29º23.81%28.82%-
HSV(B)214.29º38.46%35.69%-
XYZ5.776.110.77-
YUV68.8140.53118.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=25.69%
G=32.57%
B=41.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5671910.380.2200.64214.2923.8128.82
Hex38475B2616040d6181d
Octal70107133462601003263035
Binary111000100011110110111001101011001000000110101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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