#354972

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

Shades of Resolution Blue #354972

Tints of Resolution Blue #354972

Color information

#354972 (or 0x354972) is unknown color: approx Resolution Blue. HEX triplet: 35, 49 and 72. RGB value is (53,73,114). Sum of RGB (Red+Green+Blue) = 53+73+114=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #354972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354972 is #CAB68D. Grayscale: #474747. Windows color (decimal): -13285006 or 7489845. OLE color: 7489845.

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

Color convert

RGB5373114-
CMYK0.540.3600.55
HSL220.33º36.53%32.75%-
HSV(B)220.33º53.51%44.71%-
XYZ6.896.7416.86-
YUV71.69151.87114.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=22.08%
G=30.42%
B=47.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53731140.540.3600.55220.3336.5332.75
Hex3549723624037dc2521
Octal6511116266440673344541
Binary11010110010011110010110110100100011011111011100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354972; }

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

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

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

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

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

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

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

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