#354359

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

Shades of Rhino #354359

Tints of Rhino #354359

Color information

#354359 (or 0x354359) is unknown color: approx Rhino. HEX triplet: 35, 43 and 59. RGB value is (53,67,89). Sum of RGB (Red+Green+Blue) = 53+67+89=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #354359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354359 is #CABCA6. Grayscale: #414141. Windows color (decimal): -13286567 or 5849909. OLE color: 5849909.

HSL color Cylindrical-coordinate representation of color #354359: hue angle of 216.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354359 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB536789-
CMYK0.400.2500.65
HSL216.67º25.35%27.84%-
HSV(B)216.67º40.45%34.9%-
XYZ5.285.4910.23-
YUV65.32141.36119.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=25.36%
G=32.06%
B=42.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5367890.400.2500.65216.6725.3527.84
Hex3543592819041d9191c
Octal65103131503101013313134
Binary110101100001110110011010001100101000001110110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354359; }

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

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

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

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

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

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

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

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