#355084

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

Shades of Fun Blue #355084

Tints of Fun Blue #355084

Color information

#355084 (or 0x355084) is unknown color: approx Fun Blue. HEX triplet: 35, 50 and 84. RGB value is (53,80,132). Sum of RGB (Red+Green+Blue) = 53+80+132=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #355084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355084 is #CAAF7B. Grayscale: #4D4D4D. Windows color (decimal): -13283196 or 8671285. OLE color: 8671285.

HSL color Cylindrical-coordinate representation of color #355084: hue angle of 219.49º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355084 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5380132-
CMYK0.600.3900.48
HSL219.49º42.7%36.27%-
HSV(B)219.49º59.85%51.76%-
XYZ8.58.1622.96-
YUV77.85158.55110.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=20%
G=30.19%
B=49.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53801320.600.3900.48219.4942.736.27
Hex3550843C27030db2b24
Octal6512020474470603335344
Binary110101101000010000100111100100111011000011011011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355084; }

 p { color: rgb(53,80,132); }

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

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

 a { background-color: rgb(53,80,132); }

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

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

 span { border-color: rgb(53,80,132); }

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