#354357

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

Shades of Rhino #354357

Tints of Rhino #354357

Color information

#354357 (or 0x354357) is unknown color: approx Rhino. HEX triplet: 35, 43 and 57. RGB value is (53,67,87). Sum of RGB (Red+Green+Blue) = 53+67+87=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #354357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354357 is #CABCA8. Grayscale: #414141. Windows color (decimal): -13286569 or 5718837. OLE color: 5718837.

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

Color convert

RGB536787-
CMYK0.390.2300.66
HSL215.29º24.29%27.45%-
HSV(B)215.29º39.08%34.12%-
XYZ5.25.469.8-
YUV65.09140.36119.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 87 (34.38% from 255) = 42.03%
R=25.60%
G=32.37%
B=42.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5367870.390.2300.66215.2924.2927.45
Hex3543572717042d7181b
Octal65103127472701023273033
Binary110101100001110101111001111011101000010110101111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354357; }

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

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

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

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

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

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

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

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