#354677

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

Shades of Resolution Blue #354677

Tints of Resolution Blue #354677

Color information

#354677 (or 0x354677) is unknown color: approx Resolution Blue. HEX triplet: 35, 46 and 77. RGB value is (53,70,119). Sum of RGB (Red+Green+Blue) = 53+70+119=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #354677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354677 is #CAB988. Grayscale: #464646. Windows color (decimal): -13285769 or 7816757. OLE color: 7816757.

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

Color convert

RGB5370119-
CMYK0.550.4100.53
HSL224.55º38.37%33.73%-
HSV(B)224.55º55.46%46.67%-
XYZ6.996.4718.33-
YUV70.5155.37115.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=21.90%
G=28.93%
B=49.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53701190.550.4100.53224.5538.3733.73
Hex3546773729035e12622
Octal6510616767510653414642
Binary11010110001101110111110111101001011010111100001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354677; }

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

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

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

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

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

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

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

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