#354973

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

Shades of Resolution Blue #354973

Tints of Resolution Blue #354973

Color information

#354973 (or 0x354973) is unknown color: approx Resolution Blue. HEX triplet: 35, 49 and 73. RGB value is (53,73,115). Sum of RGB (Red+Green+Blue) = 53+73+115=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #354973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354973 is #CAB68C. Grayscale: #474747. Windows color (decimal): -13285005 or 7555381. OLE color: 7555381.

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

Color convert

RGB5373115-
CMYK0.540.3700.55
HSL220.65º36.9%32.94%-
HSV(B)220.65º53.91%45.1%-
XYZ6.956.7617.16-
YUV71.81152.37114.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=21.99%
G=30.29%
B=47.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53731150.540.3700.55220.6536.932.94
Hex3549733625037dd2521
Octal6511116366450673354541
Binary11010110010011110011110110100101011011111011101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354973; }

 p { color: rgb(53,73,115); }

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

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

 a { background-color: rgb(53,73,115); }

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

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

 span { border-color: rgb(53,73,115); }

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