#354E82

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

Shades of Fun Blue #354E82

Tints of Fun Blue #354E82

Color information

#354E82 (or 0x354E82) is unknown color: approx Fun Blue. HEX triplet: 35, 4E and 82. RGB value is (53,78,130). Sum of RGB (Red+Green+Blue) = 53+78+130=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #354E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354E82 is #CAB17D. Grayscale: #4C4C4C. Windows color (decimal): -13283710 or 8539701. OLE color: 8539701.

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

Color convert

RGB5378130-
CMYK0.590.4000.49
HSL220.52º42.08%35.88%-
HSV(B)220.52º59.23%50.98%-
XYZ8.227.8222.19-
YUV76.45158.22111.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=20.31%
G=29.89%
B=49.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53781300.590.4000.49220.5242.0835.88
Hex354E823B28031dd2a24
Octal6511620273500613355244
Binary110101100111010000010111011101000011000111011101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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