#355187

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

Shades of Fun Blue #355187

Tints of Fun Blue #355187

Color information

#355187 (or 0x355187) is unknown color: approx Fun Blue. HEX triplet: 35, 51 and 87. RGB value is (53,81,135). Sum of RGB (Red+Green+Blue) = 53+81+135=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #355187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355187 is #CAAE78. Grayscale: #4E4E4E. Windows color (decimal): -13282937 or 8868149. OLE color: 8868149.

HSL color Cylindrical-coordinate representation of color #355187: hue angle of 219.51º 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 #355187 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5381135-
CMYK0.610.4000.47
HSL219.51º43.62%36.86%-
HSV(B)219.51º60.74%52.94%-
XYZ8.788.3924.08-
YUV78.78159.72109.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=19.70%
G=30.11%
B=50.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53811350.610.4000.47219.5143.6236.86
Hex3551873D2802Fdc2c25
Octal6512120775500573345445
Binary110101101000110000111111101101000010111111011100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355187; }

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

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

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

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

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

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

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

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