#384556

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

Shades of Rhino #384556

Tints of Rhino #384556

Color information

#384556 (or 0x384556) is unknown color: approx Rhino. HEX triplet: 38, 45 and 56. RGB value is (56,69,86). Sum of RGB (Red+Green+Blue) = 56+69+86=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #384556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384556 is #C7BAA9. Grayscale: #424242. Windows color (decimal): -13089450 or 5653816. OLE color: 5653816.

HSL color Cylindrical-coordinate representation of color #384556: hue angle of 214º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #384556 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB566986-
CMYK0.350.2000.66
HSL214º21.13%27.84%-
HSV(B)214º34.88%33.73%-
XYZ5.445.779.63-
YUV67.05138.69120.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=26.54%
G=32.70%
B=40.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5669860.350.2000.6621421.1327.84
Hex3845562314042d6151c
Octal70105126432401023262534
Binary111000100010110101101000111010001000010110101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384556; }

 p { color: rgb(56,69,86); }

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

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

 a { background-color: rgb(56,69,86); }

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

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

 span { border-color: rgb(56,69,86); }

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