#354253

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

Shades of Rhino #354253

Tints of Rhino #354253

Color information

#354253 (or 0x354253) is unknown color: approx Rhino. HEX triplet: 35, 42 and 53. RGB value is (53,66,83). Sum of RGB (Red+Green+Blue) = 53+66+83=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #354253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354253 is #CABDAC. Grayscale: #3F3F3F. Windows color (decimal): -13286829 or 5456437. OLE color: 5456437.

HSL color Cylindrical-coordinate representation of color #354253: hue angle of 214º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #354253 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB536683-
CMYK0.360.2000.67
HSL214º22.06%26.67%-
HSV(B)214º36.14%32.55%-
XYZ4.985.288.94-
YUV64.05138.69120.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=26.24%
G=32.67%
B=41.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5366830.360.2000.6721422.0626.67
Hex3542532414043d6161b
Octal65102123442401033262633
Binary110101100001010100111001001010001000011110101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354253; }

 p { color: rgb(53,66,83); }

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

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

 a { background-color: rgb(53,66,83); }

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

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

 span { border-color: rgb(53,66,83); }

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