#354875

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

Shades of Resolution Blue #354875

Tints of Resolution Blue #354875

Color information

#354875 (or 0x354875) is unknown color: approx Resolution Blue. HEX triplet: 35, 48 and 75. RGB value is (53,72,117). Sum of RGB (Red+Green+Blue) = 53+72+117=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #354875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354875 is #CAB78A. Grayscale: #474747. Windows color (decimal): -13285259 or 7686197. OLE color: 7686197.

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

Color convert

RGB5372117-
CMYK0.550.3800.54
HSL222.19º37.65%33.33%-
HSV(B)222.19º54.7%45.88%-
XYZ76.6817.75-
YUV71.45153.71114.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=21.90%
G=29.75%
B=48.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53721170.550.3800.54222.1937.6533.33
Hex3548753726036de2621
Octal6511016567460663364641
Binary11010110010001110101110111100110011011011011110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354875; }

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

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

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

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

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

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

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

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