#335488

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

Shades of Fun Blue #335488

Tints of Fun Blue #335488

Color information

#335488 (or 0x335488) is unknown color: approx Fun Blue. HEX triplet: 33, 54 and 88. RGB value is (51,84,136). Sum of RGB (Red+Green+Blue) = 51+84+136=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #335488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335488 is #CCAB77. Grayscale: #4F4F4F. Windows color (decimal): -13413240 or 8934451. OLE color: 8934451.

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

Color convert

RGB5184136-
CMYK0.620.3800.47
HSL216.71º45.45%36.67%-
HSV(B)216.71º62.5%53.33%-
XYZ8.988.8224.52-
YUV80.06159.57107.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=18.82%
G=31.00%
B=50.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51841360.620.3800.47216.7145.4536.67
Hex3354883E2602Fd92d25
Octal6312421076460573315545
Binary110011101010010001000111110100110010111111011001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335488; }

 p { color: rgb(51,84,136); }

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

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

 a { background-color: rgb(51,84,136); }

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

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

 span { border-color: rgb(51,84,136); }

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