#354176

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

Shades of Resolution Blue #354176

Tints of Resolution Blue #354176

Color information

#354176 (or 0x354176) is unknown color: approx Resolution Blue. HEX triplet: 35, 41 and 76. RGB value is (53,65,118). Sum of RGB (Red+Green+Blue) = 53+65+118=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #354176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354176 is #CABE89. Grayscale: #434343. Windows color (decimal): -13287050 or 7749941. OLE color: 7749941.

HSL color Cylindrical-coordinate representation of color #354176: hue angle of 228.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354176 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5365118-
CMYK0.550.4500.54
HSL228.92º38.01%33.53%-
HSV(B)228.92º55.08%46.27%-
XYZ6.635.8517.92-
YUV67.45156.52117.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 118 (46.48% from 255) = 50%
R=22.46%
G=27.54%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53651180.550.4500.54228.9238.0133.53
Hex354176372D036e52622
Octal6510116667550663454642
Binary11010110000011110110110111101101011011011100101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354176; }

 p { color: rgb(53,65,118); }

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

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

 a { background-color: rgb(53,65,118); }

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

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

 span { border-color: rgb(53,65,118); }

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