#354975

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

Shades of Resolution Blue #354975

Tints of Resolution Blue #354975

Color information

#354975 (or 0x354975) is unknown color: approx Resolution Blue. HEX triplet: 35, 49 and 75. RGB value is (53,73,117). Sum of RGB (Red+Green+Blue) = 53+73+117=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #354975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354975 is #CAB68A. Grayscale: #474747. Windows color (decimal): -13285003 or 7686453. OLE color: 7686453.

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

Color convert

RGB5373117-
CMYK0.550.3800.54
HSL221.25º37.65%33.33%-
HSV(B)221.25º54.7%45.88%-
XYZ7.066.8117.77-
YUV72.04153.37114.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=21.81%
G=30.04%
B=48.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53731170.550.3800.54221.2537.6533.33
Hex3549753726036dd2621
Octal6511116567460663354641
Binary11010110010011110101110111100110011011011011101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354975; }

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

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

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

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

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

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

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

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