#354373

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

Shades of Resolution Blue #354373

Tints of Resolution Blue #354373

Color information

#354373 (or 0x354373) is unknown color: approx Resolution Blue. HEX triplet: 35, 43 and 73. RGB value is (53,67,115). Sum of RGB (Red+Green+Blue) = 53+67+115=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #354373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354373 is #CABC8C. Grayscale: #444444. Windows color (decimal): -13286541 or 7553845. OLE color: 7553845.

HSL color Cylindrical-coordinate representation of color #354373: hue angle of 226.45º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #354373 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5367115-
CMYK0.540.4200.55
HSL226.45º36.9%32.94%-
HSV(B)226.45º53.91%45.1%-
XYZ6.576.0117.03-
YUV68.29154.36117.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=22.55%
G=28.51%
B=48.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53671150.540.4200.55226.4536.932.94
Hex354373362A037e22521
Octal6510316366520673424541
Binary11010110000111110011110110101010011011111100010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354373; }

 p { color: rgb(53,67,115); }

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

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

 a { background-color: rgb(53,67,115); }

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

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

 span { border-color: rgb(53,67,115); }

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