#354676

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

Shades of Resolution Blue #354676

Tints of Resolution Blue #354676

Color information

#354676 (or 0x354676) is unknown color: approx Resolution Blue. HEX triplet: 35, 46 and 76. RGB value is (53,70,118). Sum of RGB (Red+Green+Blue) = 53+70+118=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #354676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354676 is #CAB989. Grayscale: #464646. Windows color (decimal): -13285770 or 7751221. OLE color: 7751221.

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

Color convert

RGB5370118-
CMYK0.550.4100.54
HSL224.31º38.01%33.53%-
HSV(B)224.31º55.08%46.27%-
XYZ6.936.4518.02-
YUV70.39154.87115.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=21.99%
G=29.05%
B=48.96%

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
Decimal53701180.550.4100.54224.3138.0133.53
Hex3546763729036e02622
Octal6510616667510663404642
Binary11010110001101110110110111101001011011011100000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354676; }

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

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

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

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

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

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

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

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