#38465C

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

Shades of Rhino #38465C

Tints of Rhino #38465C

Color information

#38465C (or 0x38465C) is unknown color: approx Rhino. HEX triplet: 38, 46 and 5C. RGB value is (56,70,92). Sum of RGB (Red+Green+Blue) = 56+70+92=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #38465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38465C is #C7B9A3. Grayscale: #444444. Windows color (decimal): -13089188 or 6047288. OLE color: 6047288.

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

Color convert

RGB567092-
CMYK0.390.2400.64
HSL216.67º24.32%29.02%-
HSV(B)216.67º39.13%36.08%-
XYZ5.755.9910.98-
YUV68.32141.36119.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=25.69%
G=32.11%
B=42.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5670920.390.2400.64216.6724.3229.02
Hex38465C2718040d9181d
Octal70106134473001003313035
Binary111000100011010111001001111100001000000110110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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