#35465A

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

Shades of Rhino #35465A

Tints of Rhino #35465A

Color information

#35465A (or 0x35465A) is unknown color: approx Rhino. HEX triplet: 35, 46 and 5A. RGB value is (53,70,90). Sum of RGB (Red+Green+Blue) = 53+70+90=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #35465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35465A is #CAB9A5. Grayscale: #434343. Windows color (decimal): -13285798 or 5916213. OLE color: 5916213.

HSL color Cylindrical-coordinate representation of color #35465A: hue angle of 212.43º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35465A is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB537090-
CMYK0.410.2200.65
HSL212.43º25.87%28.04%-
HSV(B)212.43º41.11%35.29%-
XYZ5.55.8810.52-
YUV67.2140.87117.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=24.88%
G=32.86%
B=42.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5370900.410.2200.65212.4325.8728.04
Hex35465A2916041d41a1c
Octal65106132512601013243234
Binary110101100011010110101010011011001000001110101001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35465A; }

 p { color: rgb(53,70,90); }

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

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

 a { background-color: rgb(53,70,90); }

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

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

 span { border-color: rgb(53,70,90); }

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