#354A76

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

Shades of Fun Blue #354A76

Tints of Fun Blue #354A76

Color information

#354A76 (or 0x354A76) is unknown color: approx Fun Blue. HEX triplet: 35, 4A and 76. RGB value is (53,74,118). Sum of RGB (Red+Green+Blue) = 53+74+118=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #354A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A76 is #CAB589. Grayscale: #484848. Windows color (decimal): -13284746 or 7752245. OLE color: 7752245.

HSL color Cylindrical-coordinate representation of color #354A76: hue angle of 220.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354A76 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5374118-
CMYK0.550.3700.54
HSL220.62º38.01%33.53%-
HSV(B)220.62º55.08%46.27%-
XYZ7.196.9618.1-
YUV72.74153.54113.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=21.63%
G=30.20%
B=48.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53741180.550.3700.54220.6238.0133.53
Hex354A763725036dd2622
Octal6511216667450663354642
Binary11010110010101110110110111100101011011011011101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,74,118); }

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

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

 a { background-color: rgb(53,74,118); }

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

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

 span { border-color: rgb(53,74,118); }

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