#354077

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

Shades of Resolution Blue #354077

Tints of Resolution Blue #354077

Color information

#354077 (or 0x354077) is unknown color: approx Resolution Blue. HEX triplet: 35, 40 and 77. RGB value is (53,64,119). Sum of RGB (Red+Green+Blue) = 53+64+119=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #354077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354077 is #CABF88. Grayscale: #424242. Windows color (decimal): -13287305 or 7815221. OLE color: 7815221.

HSL color Cylindrical-coordinate representation of color #354077: hue angle of 230º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354077 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5364119-
CMYK0.550.4600.53
HSL230º38.37%33.73%-
HSV(B)230º55.46%46.67%-
XYZ6.635.7618.21-
YUV66.98157.36118.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 119 (46.88% from 255) = 50.42%
R=22.46%
G=27.12%
B=50.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53641190.550.4600.5323038.3733.73
Hex354077372E035e62622
Octal6510016767560653464642
Binary11010110000001110111110111101110011010111100110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354077; }

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

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

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

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

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

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

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

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