#354C80

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

Shades of Fun Blue #354C80

Tints of Fun Blue #354C80

Color information

#354C80 (or 0x354C80) is unknown color: approx Fun Blue. HEX triplet: 35, 4C and 80. RGB value is (53,76,128). Sum of RGB (Red+Green+Blue) = 53+76+128=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #354C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354C80 is #CAB37F. Grayscale: #4A4A4A. Windows color (decimal): -13284224 or 8408117. OLE color: 8408117.

HSL color Cylindrical-coordinate representation of color #354C80: hue angle of 221.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354C80 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5376128-
CMYK0.590.4100.50
HSL221.6º41.44%35.49%-
HSV(B)221.6º58.59%50.2%-
XYZ7.957.4821.45-
YUV75.05157.88112.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 128 (50.39% from 255) = 49.81%
R=20.62%
G=29.57%
B=49.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53761280.590.4100.50221.641.4435.49
Hex354C803B29032de2923
Octal6511420073510623365143
Binary110101100110010000000111011101001011001011011110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354C80; }

 p { color: rgb(53,76,128); }

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

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

 a { background-color: rgb(53,76,128); }

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

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

 span { border-color: rgb(53,76,128); }

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