#353F71

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

Shades of Resolution Blue #353F71

Tints of Resolution Blue #353F71

Color information

#353F71 (or 0x353F71) is unknown color: approx Resolution Blue. HEX triplet: 35, 3F and 71. RGB value is (53,63,113). Sum of RGB (Red+Green+Blue) = 53+63+113=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #353F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F71 is #CAC08E. Grayscale: #414141. Windows color (decimal): -13287567 or 7421749. OLE color: 7421749.

HSL color Cylindrical-coordinate representation of color #353F71: hue angle of 230º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353F71 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5363113-
CMYK0.530.4400.56
HSL230º36.14%32.55%-
HSV(B)230º53.1%44.31%-
XYZ6.235.516.36-
YUV65.71154.69118.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=23.14%
G=27.51%
B=49.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53631130.530.4400.5623036.1432.55
Hex353F71352C038e62421
Octal657716165540703464441
Binary1101011111111110001110101101100011100011100110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353F71; }

 p { color: rgb(53,63,113); }

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

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

 a { background-color: rgb(53,63,113); }

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

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

 span { border-color: rgb(53,63,113); }

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