#354356

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

Shades of Rhino #354356

Tints of Rhino #354356

Color information

#354356 (or 0x354356) is unknown color: approx Rhino. HEX triplet: 35, 43 and 56. RGB value is (53,67,86). Sum of RGB (Red+Green+Blue) = 53+67+86=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #354356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354356 is #CABCA9. Grayscale: #404040. Windows color (decimal): -13286570 or 5653301. OLE color: 5653301.

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

Color convert

RGB536786-
CMYK0.380.2200.66
HSL214.55º23.74%27.25%-
HSV(B)214.55º38.37%33.73%-
XYZ5.165.449.58-
YUV64.98139.86119.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=25.73%
G=32.52%
B=41.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5367860.380.2200.66214.5523.7427.25
Hex3543562616042d7181b
Octal65103126462601023273033
Binary110101100001110101101001101011001000010110101111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354356; }

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

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

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

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

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

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

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

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