#354275

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

Shades of Resolution Blue #354275

Tints of Resolution Blue #354275

Color information

#354275 (or 0x354275) is unknown color: approx Resolution Blue. HEX triplet: 35, 42 and 75. RGB value is (53,66,117). Sum of RGB (Red+Green+Blue) = 53+66+117=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #354275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354275 is #CABD8A. Grayscale: #434343. Windows color (decimal): -13286795 or 7684661. OLE color: 7684661.

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

Color convert

RGB5366117-
CMYK0.550.4400.54
HSL227.81º37.65%33.33%-
HSV(B)227.81º54.7%45.88%-
XYZ6.635.9417.63-
YUV67.93155.69117.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=22.46%
G=27.97%
B=49.58%

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
Decimal53661170.550.4400.54227.8137.6533.33
Hex354275372C036e42621
Octal6510216567540663444641
Binary11010110000101110101110111101100011011011100100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354275; }

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

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

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

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

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

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

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

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