#354976

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

Shades of Resolution Blue #354976

Tints of Resolution Blue #354976

Color information

#354976 (or 0x354976) is unknown color: approx Resolution Blue. HEX triplet: 35, 49 and 76. RGB value is (53,73,118). Sum of RGB (Red+Green+Blue) = 53+73+118=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #354976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354976 is #CAB689. Grayscale: #474747. Windows color (decimal): -13285002 or 7751989. OLE color: 7751989.

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

Color convert

RGB5373118-
CMYK0.550.3800.54
HSL221.54º38.01%33.53%-
HSV(B)221.54º55.08%46.27%-
XYZ7.126.8318.08-
YUV72.15153.87114.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=21.72%
G=29.92%
B=48.36%

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
Decimal53731180.550.3800.54221.5438.0133.53
Hex3549763726036de2622
Octal6511116667460663364642
Binary11010110010011110110110111100110011011011011110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354976; }

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

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

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

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

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

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

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

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