#354071

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

Shades of Resolution Blue #354071

Tints of Resolution Blue #354071

Color information

#354071 (or 0x354071) is unknown color: approx Resolution Blue. HEX triplet: 35, 40 and 71. RGB value is (53,64,113). Sum of RGB (Red+Green+Blue) = 53+64+113=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #354071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354071 is #CABF8E. Grayscale: #424242. Windows color (decimal): -13287311 or 7422005. OLE color: 7422005.

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

Color convert

RGB5364113-
CMYK0.530.4300.56
HSL229º36.14%32.55%-
HSV(B)229º53.1%44.31%-
XYZ6.285.6216.38-
YUV66.3154.36118.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=23.04%
G=27.83%
B=49.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53641130.530.4300.5622936.1432.55
Hex354071352B038e52421
Octal6510016165530703454441
Binary11010110000001110001110101101011011100011100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354071; }

 p { color: rgb(53,64,113); }

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

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

 a { background-color: rgb(53,64,113); }

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

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

 span { border-color: rgb(53,64,113); }

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