#354F82

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

Shades of Fun Blue #354F82

Tints of Fun Blue #354F82

Color information

#354F82 (or 0x354F82) is unknown color: approx Fun Blue. HEX triplet: 35, 4F and 82. RGB value is (53,79,130). Sum of RGB (Red+Green+Blue) = 53+79+130=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #354F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354F82 is #CAB07D. Grayscale: #4C4C4C. Windows color (decimal): -13283454 or 8539957. OLE color: 8539957.

HSL color Cylindrical-coordinate representation of color #354F82: hue angle of 219.74º 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 #354F82 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5379130-
CMYK0.590.3900.49
HSL219.74º42.08%35.88%-
HSV(B)219.74º59.23%50.98%-
XYZ8.297.9622.22-
YUV77.04157.89110.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=20.23%
G=30.15%
B=49.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53791300.590.3900.49219.7442.0835.88
Hex354F823B27031dc2a24
Octal6511720273470613345244
Binary110101100111110000010111011100111011000111011100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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