#364352

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

Shades of Rhino #364352

Tints of Rhino #364352

Color information

#364352 (or 0x364352) is unknown color: approx Rhino. HEX triplet: 36, 43 and 52. RGB value is (54,67,82). Sum of RGB (Red+Green+Blue) = 54+67+82=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #364352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364352 is #C9BCAD. Grayscale: #404040. Windows color (decimal): -13221038 or 5391158. OLE color: 5391158.

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

Color convert

RGB546782-
CMYK0.340.1800.68
HSL212.14º20.59%26.67%-
HSV(B)212.14º34.15%32.16%-
XYZ5.055.418.76-
YUV64.82137.69120.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=26.60%
G=33.00%
B=40.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5467820.340.1800.68212.1420.5926.67
Hex3643522212044d4151b
Octal66103122422201043242533
Binary110110100001110100101000101001001000100110101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364352; }

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

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

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

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

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

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

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

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