#38465B

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

Shades of Rhino #38465B

Tints of Rhino #38465B

Color information

#38465B (or 0x38465B) is unknown color: approx Rhino. HEX triplet: 38, 46 and 5B. RGB value is (56,70,91). Sum of RGB (Red+Green+Blue) = 56+70+91=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #38465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38465B is #C7B9A4. Grayscale: #444444. Windows color (decimal): -13089189 or 5981752. OLE color: 5981752.

HSL color Cylindrical-coordinate representation of color #38465B: hue angle of 216º 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 #38465B is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB567091-
CMYK0.380.2300.64
HSL216º23.81%28.82%-
HSV(B)216º38.46%35.69%-
XYZ5.715.9810.75-
YUV68.21140.86119.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=25.81%
G=32.26%
B=41.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5670910.380.2300.6421623.8128.82
Hex38465B2617040d8181d
Octal70106133462701003303035
Binary111000100011010110111001101011101000000110110001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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