#354577

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

Shades of Resolution Blue #354577

Tints of Resolution Blue #354577

Color information

#354577 (or 0x354577) is unknown color: approx Resolution Blue. HEX triplet: 35, 45 and 77. RGB value is (53,69,119). Sum of RGB (Red+Green+Blue) = 53+69+119=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #354577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354577 is #CABA88. Grayscale: #454545. Windows color (decimal): -13286025 or 7816501. OLE color: 7816501.

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

Color convert

RGB5369119-
CMYK0.550.4200.53
HSL225.45º38.37%33.73%-
HSV(B)225.45º55.46%46.67%-
XYZ6.936.3518.31-
YUV69.92155.7115.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=21.99%
G=28.63%
B=49.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53691190.550.4200.53225.4538.3733.73
Hex354577372A035e12622
Octal6510516767520653414642
Binary11010110001011110111110111101010011010111100001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354577; }

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

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

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

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

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

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

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

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