#354670

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

Shades of Resolution Blue #354670

Tints of Resolution Blue #354670

Color information

#354670 (or 0x354670) is unknown color: approx Resolution Blue. HEX triplet: 35, 46 and 70. RGB value is (53,70,112). Sum of RGB (Red+Green+Blue) = 53+70+112=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #354670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354670 is #CAB98F. Grayscale: #454545. Windows color (decimal): -13285776 or 7358005. OLE color: 7358005.

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

Color convert

RGB5370112-
CMYK0.530.3800.56
HSL222.71º35.76%32.35%-
HSV(B)222.71º52.68%43.92%-
XYZ6.586.3116.2-
YUV69.7151.87116.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=22.55%
G=29.79%
B=47.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53701120.530.3800.56222.7135.7632.35
Hex3546703526038df2420
Octal6510616065460703374440
Binary11010110001101110000110101100110011100011011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354670; }

 p { color: rgb(53,70,112); }

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

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

 a { background-color: rgb(53,70,112); }

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

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

 span { border-color: rgb(53,70,112); }

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