#354775

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

Shades of Resolution Blue #354775

Tints of Resolution Blue #354775

Color information

#354775 (or 0x354775) is unknown color: approx Resolution Blue. HEX triplet: 35, 47 and 75. RGB value is (53,71,117). Sum of RGB (Red+Green+Blue) = 53+71+117=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #354775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354775 is #CAB88A. Grayscale: #464646. Windows color (decimal): -13285515 or 7685941. OLE color: 7685941.

HSL color Cylindrical-coordinate representation of color #354775: hue angle of 223.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354775 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5371117-
CMYK0.550.3900.54
HSL223.12º37.65%33.33%-
HSV(B)223.12º54.7%45.88%-
XYZ6.936.5517.73-
YUV70.86154.04115.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=21.99%
G=29.46%
B=48.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53711170.550.3900.54223.1237.6533.33
Hex3547753727036df2621
Octal6510716567470663374641
Binary11010110001111110101110111100111011011011011111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354775; }

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

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

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

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

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

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

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

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