#354473

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

Shades of Resolution Blue #354473

Tints of Resolution Blue #354473

Color information

#354473 (or 0x354473) is unknown color: approx Resolution Blue. HEX triplet: 35, 44 and 73. RGB value is (53,68,115). Sum of RGB (Red+Green+Blue) = 53+68+115=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #354473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354473 is #CABB8C. Grayscale: #444444. Windows color (decimal): -13286285 or 7554101. OLE color: 7554101.

HSL color Cylindrical-coordinate representation of color #354473: hue angle of 225.48º 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 #354473 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5368115-
CMYK0.540.4100.55
HSL225.48º36.9%32.94%-
HSV(B)225.48º53.91%45.1%-
XYZ6.636.1317.05-
YUV68.87154.03116.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=22.46%
G=28.81%
B=48.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53681150.540.4100.55225.4836.932.94
Hex3544733629037e12521
Octal6510416366510673414541
Binary11010110001001110011110110101001011011111100001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354473; }

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

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

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

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

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

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

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

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