#354B80

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

Shades of Fun Blue #354B80

Tints of Fun Blue #354B80

Color information

#354B80 (or 0x354B80) is unknown color: approx Fun Blue. HEX triplet: 35, 4B and 80. RGB value is (53,75,128). Sum of RGB (Red+Green+Blue) = 53+75+128=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #354B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354B80 is #CAB47F. Grayscale: #4A4A4A. Windows color (decimal): -13284480 or 8407861. OLE color: 8407861.

HSL color Cylindrical-coordinate representation of color #354B80: hue angle of 222.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354B80 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5375128-
CMYK0.590.4100.50
HSL222.4º41.44%35.49%-
HSV(B)222.4º58.59%50.2%-
XYZ7.887.3521.42-
YUV74.46158.21112.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 128 (50.39% from 255) = 50%
R=20.70%
G=29.30%
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.50
SystemRedGreenBlueCMYKHSL
Decimal53751280.590.4100.50222.441.4435.49
Hex354B803B29032de2923
Octal6511320073510623365143
Binary110101100101110000000111011101001011001011011110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,75,128); }

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

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

 a { background-color: rgb(53,75,128); }

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

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

 span { border-color: rgb(53,75,128); }

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