#354776

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

Shades of Resolution Blue #354776

Tints of Resolution Blue #354776

Color information

#354776 (or 0x354776) is unknown color: approx Resolution Blue. HEX triplet: 35, 47 and 76. RGB value is (53,71,118). Sum of RGB (Red+Green+Blue) = 53+71+118=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #354776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354776 is #CAB889. Grayscale: #464646. Windows color (decimal): -13285514 or 7751477. OLE color: 7751477.

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

Color convert

RGB5371118-
CMYK0.550.4000.54
HSL223.38º38.01%33.53%-
HSV(B)223.38º55.08%46.27%-
XYZ6.996.5718.04-
YUV70.98154.54115.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=21.90%
G=29.34%
B=48.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53711180.550.4000.54223.3838.0133.53
Hex3547763728036df2622
Octal6510716667500663374642
Binary11010110001111110110110111101000011011011011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354776; }

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

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

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

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

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

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

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

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