#354477

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

Shades of Resolution Blue #354477

Tints of Resolution Blue #354477

Color information

#354477 (or 0x354477) is unknown color: approx Resolution Blue. HEX triplet: 35, 44 and 77. RGB value is (53,68,119). Sum of RGB (Red+Green+Blue) = 53+68+119=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #354477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354477 is #CABB88. Grayscale: #454545. Windows color (decimal): -13286281 or 7816245. OLE color: 7816245.

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

Color convert

RGB5368119-
CMYK0.550.4300.53
HSL226.36º38.37%33.73%-
HSV(B)226.36º55.46%46.67%-
XYZ6.876.2218.29-
YUV69.33156.03116.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=22.08%
G=28.33%
B=49.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53681190.550.4300.53226.3638.3733.73
Hex354477372B035e22622
Octal6510416767530653424642
Binary11010110001001110111110111101011011010111100010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354477; }

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

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

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

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

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

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

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

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