#38465D

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

Shades of Rhino #38465D

Tints of Rhino #38465D

Color information

#38465D (or 0x38465D) is unknown color: approx Rhino. HEX triplet: 38, 46 and 5D. RGB value is (56,70,93). Sum of RGB (Red+Green+Blue) = 56+70+93=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #38465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38465D is #C7B9A2. Grayscale: #444444. Windows color (decimal): -13089187 or 6112824. OLE color: 6112824.

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

Color convert

RGB567093-
CMYK0.400.2500.64
HSL217.3º24.83%29.22%-
HSV(B)217.3º39.78%36.47%-
XYZ5.86.0111.21-
YUV68.44141.86119.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=25.57%
G=31.96%
B=42.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5670930.400.2500.64217.324.8329.22
Hex38465D2819040d9191d
Octal70106135503101003313135
Binary111000100011010111011010001100101000000110110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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