#354170

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

Shades of Resolution Blue #354170

Tints of Resolution Blue #354170

Color information

#354170 (or 0x354170) is unknown color: approx Resolution Blue. HEX triplet: 35, 41 and 70. RGB value is (53,65,112). Sum of RGB (Red+Green+Blue) = 53+65+112=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #354170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354170 is #CABE8F. Grayscale: #424242. Windows color (decimal): -13287056 or 7356725. OLE color: 7356725.

HSL color Cylindrical-coordinate representation of color #354170: hue angle of 227.8º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354170 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5365112-
CMYK0.530.4200.56
HSL227.8º35.76%32.35%-
HSV(B)227.8º52.68%43.92%-
XYZ6.285.7116.1-
YUV66.77153.52118.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=23.04%
G=28.26%
B=48.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53651120.530.4200.56227.835.7632.35
Hex354170352A038e42420
Octal6510116065520703444440
Binary11010110000011110000110101101010011100011100100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354170; }

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

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

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

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

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

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

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

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