#384655

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

Shades of Rhino #384655

Tints of Rhino #384655

Color information

#384655 (or 0x384655) is unknown color: approx Rhino. HEX triplet: 38, 46 and 55. RGB value is (56,70,85). Sum of RGB (Red+Green+Blue) = 56+70+85=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #384655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384655 is #C7B9AA. Grayscale: #434343. Windows color (decimal): -13089195 or 5588536. OLE color: 5588536.

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

Color convert

RGB567085-
CMYK0.340.1800.67
HSL211.03º20.57%27.65%-
HSV(B)211.03º34.12%33.33%-
XYZ5.465.889.44-
YUV67.52137.86119.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=26.54%
G=33.18%
B=40.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5670850.340.1800.67211.0320.5727.65
Hex3846552212043d3151c
Octal70106125422201033232534
Binary111000100011010101011000101001001000011110100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384655; }

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

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

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

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

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

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

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

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