#354A77

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

Shades of Fun Blue #354A77

Tints of Fun Blue #354A77

Color information

#354A77 (or 0x354A77) is unknown color: approx Fun Blue. HEX triplet: 35, 4A and 77. RGB value is (53,74,119). Sum of RGB (Red+Green+Blue) = 53+74+119=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #354A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A77 is #CAB588. Grayscale: #484848. Windows color (decimal): -13284745 or 7817781. OLE color: 7817781.

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

Color convert

RGB5374119-
CMYK0.550.3800.53
HSL220.91º38.37%33.73%-
HSV(B)220.91º55.46%46.67%-
XYZ7.256.9918.42-
YUV72.85154.04113.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=21.54%
G=30.08%
B=48.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53741190.550.3800.53220.9138.3733.73
Hex354A773726035dd2622
Octal6511216767460653354642
Binary11010110010101110111110111100110011010111011101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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