#354978

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

Shades of Resolution Blue #354978

Tints of Resolution Blue #354978

Color information

#354978 (or 0x354978) is unknown color: approx Resolution Blue. HEX triplet: 35, 49 and 78. RGB value is (53,73,120). Sum of RGB (Red+Green+Blue) = 53+73+120=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #354978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354978 is #CAB687. Grayscale: #484848. Windows color (decimal): -13285000 or 7883061. OLE color: 7883061.

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

Color convert

RGB5373120-
CMYK0.560.3900.53
HSL222.09º38.73%33.92%-
HSV(B)222.09º55.83%47.06%-
XYZ7.246.8818.72-
YUV72.38154.87114.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=21.54%
G=29.67%
B=48.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53731200.560.3900.53222.0938.7333.92
Hex3549783827035de2722
Octal6511117070470653364742
Binary11010110010011111000111000100111011010111011110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354978; }

 p { color: rgb(53,73,120); }

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

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

 a { background-color: rgb(53,73,120); }

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

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

 span { border-color: rgb(53,73,120); }

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