#384456

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

Shades of Rhino #384456

Tints of Rhino #384456

Color information

#384456 (or 0x384456) is unknown color: approx Rhino. HEX triplet: 38, 44 and 56. RGB value is (56,68,86). Sum of RGB (Red+Green+Blue) = 56+68+86=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #384456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384456 is #C7BBA9. Grayscale: #424242. Windows color (decimal): -13089706 or 5653560. OLE color: 5653560.

HSL color Cylindrical-coordinate representation of color #384456: hue angle of 216º 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 #384456 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB566886-
CMYK0.350.2100.66
HSL216º21.13%27.84%-
HSV(B)216º34.88%33.73%-
XYZ5.385.659.61-
YUV66.46139.02120.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=26.67%
G=32.38%
B=40.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5668860.350.2100.6621621.1327.84
Hex3844562315042d8151c
Octal70104126432501023302534
Binary111000100010010101101000111010101000010110110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384456; }

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

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

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

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

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

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

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

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