#354575

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

Shades of Resolution Blue #354575

Tints of Resolution Blue #354575

Color information

#354575 (or 0x354575) is unknown color: approx Resolution Blue. HEX triplet: 35, 45 and 75. RGB value is (53,69,117). Sum of RGB (Red+Green+Blue) = 53+69+117=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #354575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354575 is #CABA8A. Grayscale: #454545. Windows color (decimal): -13286027 or 7685429. OLE color: 7685429.

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

Color convert

RGB5369117-
CMYK0.550.4100.54
HSL225º37.65%33.33%-
HSV(B)225º54.7%45.88%-
XYZ6.816.317.69-
YUV69.69154.7116.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=22.18%
G=28.87%
B=48.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53691170.550.4100.5422537.6533.33
Hex3545753729036e12621
Octal6510516567510663414641
Binary11010110001011110101110111101001011011011100001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354575; }

 p { color: rgb(53,69,117); }

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

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

 a { background-color: rgb(53,69,117); }

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

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

 span { border-color: rgb(53,69,117); }

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