#355589

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

Shades of Fun Blue #355589

Tints of Fun Blue #355589

Color information

#355589 (or 0x355589) is unknown color: approx Fun Blue. HEX triplet: 35, 55 and 89. RGB value is (53,85,137). Sum of RGB (Red+Green+Blue) = 53+85+137=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #355589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355589 is #CAAA76. Grayscale: #515151. Windows color (decimal): -13281911 or 9000245. OLE color: 9000245.

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

Color convert

RGB5385137-
CMYK0.610.3800.46
HSL217.14º44.21%37.25%-
HSV(B)217.14º61.31%53.73%-
XYZ9.239.0624.93-
YUV81.36159.4107.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 137 (53.91% from 255) = 49.82%
R=19.27%
G=30.91%
B=49.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53851370.610.3800.46217.1444.2137.25
Hex3555893D2602Ed92c25
Octal6512521175460563315445
Binary110101101010110001001111101100110010111011011001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355589; }

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

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

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

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

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

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

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

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