#354D82

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

Shades of Fun Blue #354D82

Tints of Fun Blue #354D82

Color information

#354D82 (or 0x354D82) is unknown color: approx Fun Blue. HEX triplet: 35, 4D and 82. RGB value is (53,77,130). Sum of RGB (Red+Green+Blue) = 53+77+130=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #354D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D82 is #CAB27D. Grayscale: #4B4B4B. Windows color (decimal): -13283966 or 8539445. OLE color: 8539445.

HSL color Cylindrical-coordinate representation of color #354D82: hue angle of 221.3º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354D82 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5377130-
CMYK0.590.4100.49
HSL221.3º42.08%35.88%-
HSV(B)221.3º59.23%50.98%-
XYZ8.157.6822.17-
YUV75.87158.55111.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 130 (51.17% from 255) = 50%
R=20.38%
G=29.62%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53771300.590.4100.49221.342.0835.88
Hex354D823B29031dd2a24
Octal6511520273510613355244
Binary110101100110110000010111011101001011000111011101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,77,130); }

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

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

 a { background-color: rgb(53,77,130); }

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

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

 span { border-color: rgb(53,77,130); }

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