#354352

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

Shades of Rhino #354352

Tints of Rhino #354352

Color information

#354352 (or 0x354352) is unknown color: approx Rhino. HEX triplet: 35, 43 and 52. RGB value is (53,67,82). Sum of RGB (Red+Green+Blue) = 53+67+82=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #354352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354352 is #CABCAD. Grayscale: #404040. Windows color (decimal): -13286574 or 5391157. OLE color: 5391157.

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

Color convert

RGB536782-
CMYK0.350.1800.68
HSL211.03º21.48%26.47%-
HSV(B)211.03º35.37%32.16%-
XYZ55.388.76-
YUV64.52137.86119.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=26.24%
G=33.17%
B=40.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5367820.350.1800.68211.0321.4826.47
Hex3543522312044d3151a
Octal65103122432201043232532
Binary110101100001110100101000111001001000100110100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354352; }

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

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

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

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

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

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

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

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