#354475

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

Shades of Resolution Blue #354475

Tints of Resolution Blue #354475

Color information

#354475 (or 0x354475) is unknown color: approx Resolution Blue. HEX triplet: 35, 44 and 75. RGB value is (53,68,117). Sum of RGB (Red+Green+Blue) = 53+68+117=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #354475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354475 is #CABB8A. Grayscale: #444444. Windows color (decimal): -13286283 or 7685173. OLE color: 7685173.

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

Color convert

RGB5368117-
CMYK0.550.4200.54
HSL225.94º37.65%33.33%-
HSV(B)225.94º54.7%45.88%-
XYZ6.756.1817.67-
YUV69.1155.03116.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=22.27%
G=28.57%
B=49.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53681170.550.4200.54225.9437.6533.33
Hex354475372A036e22621
Octal6510416567520663424641
Binary11010110001001110101110111101010011011011100010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354475; }

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

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

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

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

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

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

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

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