#38475C

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

Shades of Rhino #38475C

Tints of Rhino #38475C

Color information

#38475C (or 0x38475C) is unknown color: approx Rhino. HEX triplet: 38, 47 and 5C. RGB value is (56,71,92). Sum of RGB (Red+Green+Blue) = 56+71+92=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #38475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38475C is #C7B8A3. Grayscale: #444444. Windows color (decimal): -13088932 or 6047544. OLE color: 6047544.

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

Color convert

RGB567192-
CMYK0.390.2300.64
HSL215º24.32%29.02%-
HSV(B)215º39.13%36.08%-
XYZ5.826.1211-
YUV68.91141.03118.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=25.57%
G=32.42%
B=42.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5671920.390.2300.6421524.3229.02
Hex38475C2717040d7181d
Octal70107134472701003273035
Binary111000100011110111001001111011101000000110101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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