#364356

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

Shades of Rhino #364356

Tints of Rhino #364356

Color information

#364356 (or 0x364356) is unknown color: approx Rhino. HEX triplet: 36, 43 and 56. RGB value is (54,67,86). Sum of RGB (Red+Green+Blue) = 54+67+86=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #364356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364356 is #C9BCA9. Grayscale: #414141. Windows color (decimal): -13221034 or 5653302. OLE color: 5653302.

HSL color Cylindrical-coordinate representation of color #364356: hue angle of 215.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #364356 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB546786-
CMYK0.370.2200.66
HSL215.62º22.86%27.45%-
HSV(B)215.62º37.21%33.73%-
XYZ5.215.479.59-
YUV65.28139.69119.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=26.09%
G=32.37%
B=41.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5467860.370.2200.66215.6222.8627.45
Hex3643562516042d8171b
Octal66103126452601023302733
Binary110110100001110101101001011011001000010110110001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364356; }

 p { color: rgb(54,67,86); }

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

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

 a { background-color: rgb(54,67,86); }

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

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

 span { border-color: rgb(54,67,86); }

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