#354974

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

Shades of Resolution Blue #354974

Tints of Resolution Blue #354974

Color information

#354974 (or 0x354974) is unknown color: approx Resolution Blue. HEX triplet: 35, 49 and 74. RGB value is (53,73,116). Sum of RGB (Red+Green+Blue) = 53+73+116=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #354974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354974 is #CAB68B. Grayscale: #474747. Windows color (decimal): -13285004 or 7620917. OLE color: 7620917.

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

Color convert

RGB5373116-
CMYK0.540.3700.55
HSL220.95º37.28%33.14%-
HSV(B)220.95º54.31%45.49%-
XYZ76.7817.46-
YUV71.92152.87114.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 116 (45.70% from 255) = 47.93%
R=21.90%
G=30.17%
B=47.93%

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
Decimal53731160.540.3700.55220.9537.2833.14
Hex3549743625037dd2521
Octal6511116466450673354541
Binary11010110010011110100110110100101011011111011101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354974; }

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

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

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

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

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

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

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

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