#354377

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

Shades of Resolution Blue #354377

Tints of Resolution Blue #354377

Color information

#354377 (or 0x354377) is unknown color: approx Resolution Blue. HEX triplet: 35, 43 and 77. RGB value is (53,67,119). Sum of RGB (Red+Green+Blue) = 53+67+119=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #354377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354377 is #CABC88. Grayscale: #444444. Windows color (decimal): -13286537 or 7815989. OLE color: 7815989.

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

Color convert

RGB5367119-
CMYK0.550.4400.53
HSL227.27º38.37%33.73%-
HSV(B)227.27º55.46%46.67%-
XYZ6.816.118.27-
YUV68.74156.36116.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=22.18%
G=28.03%
B=49.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53671190.550.4400.53227.2738.3733.73
Hex354377372C035e32622
Octal6510316767540653434642
Binary11010110000111110111110111101100011010111100011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354377; }

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

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

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

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

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

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

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

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