#335288

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

Shades of Fun Blue #335288

Tints of Fun Blue #335288

Color information

#335288 (or 0x335288) is unknown color: approx Fun Blue. HEX triplet: 33, 52 and 88. RGB value is (51,82,136). Sum of RGB (Red+Green+Blue) = 51+82+136=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #335288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335288 is #CCAD77. Grayscale: #4E4E4E. Windows color (decimal): -13413752 or 8933939. OLE color: 8933939.

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

Color convert

RGB5182136-
CMYK0.620.4000.47
HSL218.12º45.45%36.67%-
HSV(B)218.12º62.5%53.33%-
XYZ8.838.5224.47-
YUV78.89160.23108.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 136 (53.52% from 255) = 50.56%
R=18.96%
G=30.48%
B=50.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51821360.620.4000.47218.1245.4536.67
Hex3352883E2802Fda2d25
Octal6312221076500573325545
Binary110011101001010001000111110101000010111111011010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335288; }

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

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

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

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

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

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

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

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