#354558

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

Shades of Rhino #354558

Tints of Rhino #354558

Color information

#354558 (or 0x354558) is unknown color: approx Rhino. HEX triplet: 35, 45 and 58. RGB value is (53,69,88). Sum of RGB (Red+Green+Blue) = 53+69+88=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #354558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354558 is #CABAA7. Grayscale: #424242. Windows color (decimal): -13286056 or 5784885. OLE color: 5784885.

HSL color Cylindrical-coordinate representation of color #354558: hue angle of 212.57º 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 #354558 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB536988-
CMYK0.400.2200.65
HSL212.57º24.82%27.65%-
HSV(B)212.57º39.77%34.51%-
XYZ5.365.7210.05-
YUV66.38140.2118.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=25.24%
G=32.86%
B=41.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5369880.400.2200.65212.5724.8227.65
Hex3545582816041d5191c
Octal65105130502601013253134
Binary110101100010110110001010001011001000001110101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354558; }

 p { color: rgb(53,69,88); }

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

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

 a { background-color: rgb(53,69,88); }

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

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

 span { border-color: rgb(53,69,88); }

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