#355280

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

Shades of Fun Blue #355280

Tints of Fun Blue #355280

Color information

#355280 (or 0x355280) is unknown color: approx Fun Blue. HEX triplet: 35, 52 and 80. RGB value is (53,82,128). Sum of RGB (Red+Green+Blue) = 53+82+128=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #355280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355280 is #CAAD7F. Grayscale: #4E4E4E. Windows color (decimal): -13282688 or 8409653. OLE color: 8409653.

HSL color Cylindrical-coordinate representation of color #355280: hue angle of 216.8º 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 #355280 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5382128-
CMYK0.590.3600.50
HSL216.8º41.44%35.49%-
HSV(B)216.8º58.59%50.2%-
XYZ8.388.3521.59-
YUV78.57155.89109.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=20.15%
G=31.18%
B=48.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53821280.590.3600.50216.841.4435.49
Hex3552803B24032d92923
Octal6512220073440623315143
Binary110101101001010000000111011100100011001011011001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355280; }

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

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

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

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

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

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

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

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