#355287

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

Shades of Fun Blue #355287

Tints of Fun Blue #355287

Color information

#355287 (or 0x355287) is unknown color: approx Fun Blue. HEX triplet: 35, 52 and 87. RGB value is (53,82,135). Sum of RGB (Red+Green+Blue) = 53+82+135=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #355287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355287 is #CAAD78. Grayscale: #4F4F4F. Windows color (decimal): -13282681 or 8868405. OLE color: 8868405.

HSL color Cylindrical-coordinate representation of color #355287: hue angle of 218.78º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355287 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5382135-
CMYK0.610.3900.47
HSL218.78º43.62%36.86%-
HSV(B)218.78º60.74%52.94%-
XYZ8.868.5424.1-
YUV79.37159.39109.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 135 (53.12% from 255) = 50%
R=19.63%
G=30.37%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53821350.610.3900.47218.7843.6236.86
Hex3552873D2702Fdb2c25
Octal6512220775470573335445
Binary110101101001010000111111101100111010111111011011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355287; }

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

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

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

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

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

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

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

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