#355289

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

Shades of Fun Blue #355289

Tints of Fun Blue #355289

Color information

#355289 (or 0x355289) is unknown color: approx Fun Blue. HEX triplet: 35, 52 and 89. RGB value is (53,82,137). Sum of RGB (Red+Green+Blue) = 53+82+137=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #355289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355289 is #CAAD76. Grayscale: #4F4F4F. Windows color (decimal): -13282679 or 8999477. OLE color: 8999477.

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

Color convert

RGB5382137-
CMYK0.610.4000.46
HSL219.29º44.21%37.25%-
HSV(B)219.29º61.31%53.73%-
XYZ98.624.85-
YUV79.6160.39109.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 137 (53.91% from 255) = 50.37%
R=19.49%
G=30.15%
B=50.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53821370.610.4000.46219.2944.2137.25
Hex3552893D2802Edb2c25
Octal6512221175500563335445
Binary110101101001010001001111101101000010111011011011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355289; }

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

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

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

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

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

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

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

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