#354073

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

Shades of Resolution Blue #354073

Tints of Resolution Blue #354073

Color information

#354073 (or 0x354073) is unknown color: approx Resolution Blue. HEX triplet: 35, 40 and 73. RGB value is (53,64,115). Sum of RGB (Red+Green+Blue) = 53+64+115=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #354073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354073 is #CABF8C. Grayscale: #424242. Windows color (decimal): -13287309 or 7553077. OLE color: 7553077.

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

Color convert

RGB5364115-
CMYK0.540.4400.55
HSL229.35º36.9%32.94%-
HSV(B)229.35º53.91%45.1%-
XYZ6.45.6616.98-
YUV66.53155.36118.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 115 (45.31% from 255) = 49.57%
R=22.84%
G=27.59%
B=49.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53641150.540.4400.55229.3536.932.94
Hex354073362C037e52521
Octal6510016366540673454541
Binary11010110000001110011110110101100011011111100101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354073; }

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

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

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

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

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

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

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

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