#354175

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

Shades of Resolution Blue #354175

Tints of Resolution Blue #354175

Color information

#354175 (or 0x354175) is unknown color: approx Resolution Blue. HEX triplet: 35, 41 and 75. RGB value is (53,65,117). Sum of RGB (Red+Green+Blue) = 53+65+117=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #354175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354175 is #CABE8A. Grayscale: #434343. Windows color (decimal): -13287051 or 7684405. OLE color: 7684405.

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

Color convert

RGB5365117-
CMYK0.550.4400.54
HSL228.75º37.65%33.33%-
HSV(B)228.75º54.7%45.88%-
XYZ6.575.8217.61-
YUV67.34156.02117.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=22.55%
G=27.66%
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.54
SystemRedGreenBlueCMYKHSL
Decimal53651170.550.4400.54228.7537.6533.33
Hex354175372C036e52621
Octal6510116567540663454641
Binary11010110000011110101110111101100011011011100101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354175; }

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

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

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

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

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

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

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

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