#354979

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

Shades of Fun Blue #354979

Tints of Fun Blue #354979

Color information

#354979 (or 0x354979) is unknown color: approx Fun Blue. HEX triplet: 35, 49 and 79. RGB value is (53,73,121). Sum of RGB (Red+Green+Blue) = 53+73+121=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #354979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354979 is #CAB686. Grayscale: #484848. Windows color (decimal): -13284999 or 7948597. OLE color: 7948597.

HSL color Cylindrical-coordinate representation of color #354979: hue angle of 222.35º 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 #354979 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5373121-
CMYK0.560.4000.53
HSL222.35º39.08%34.12%-
HSV(B)222.35º56.2%47.45%-
XYZ7.36.919.04-
YUV72.49155.37114.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 121 (47.66% from 255) = 48.99%
R=21.46%
G=29.55%
B=48.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53731210.560.4000.53222.3539.0834.12
Hex3549793828035de2722
Octal6511117170500653364742
Binary11010110010011111001111000101000011010111011110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354979; }

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

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

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

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

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

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

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

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