#354774

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

Shades of Resolution Blue #354774

Tints of Resolution Blue #354774

Color information

#354774 (or 0x354774) is unknown color: approx Resolution Blue. HEX triplet: 35, 47 and 74. RGB value is (53,71,116). Sum of RGB (Red+Green+Blue) = 53+71+116=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #354774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354774 is #CAB88B. Grayscale: #464646. Windows color (decimal): -13285516 or 7620405. OLE color: 7620405.

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

Color convert

RGB5371116-
CMYK0.540.3900.55
HSL222.86º37.28%33.14%-
HSV(B)222.86º54.31%45.49%-
XYZ6.876.5217.42-
YUV70.75153.54115.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=22.08%
G=29.58%
B=48.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53711160.540.3900.55222.8637.2833.14
Hex3547743627037df2521
Octal6510716466470673374541
Binary11010110001111110100110110100111011011111011111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354774; }

 p { color: rgb(53,71,116); }

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

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

 a { background-color: rgb(53,71,116); }

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

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

 span { border-color: rgb(53,71,116); }

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