#335088

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

Shades of Fun Blue #335088

Tints of Fun Blue #335088

Color information

#335088 (or 0x335088) is unknown color: approx Fun Blue. HEX triplet: 33, 50 and 88. RGB value is (51,80,136). Sum of RGB (Red+Green+Blue) = 51+80+136=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #335088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335088 is #CCAF77. Grayscale: #4D4D4D. Windows color (decimal): -13414264 or 8933427. OLE color: 8933427.

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

Color convert

RGB5180136-
CMYK0.620.4100.47
HSL219.53º45.45%36.67%-
HSV(B)219.53º62.5%53.33%-
XYZ8.688.2224.42-
YUV77.71160.89108.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 136 (53.52% from 255) = 50.94%
R=19.10%
G=29.96%
B=50.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51801360.620.4100.47219.5345.4536.67
Hex3350883E2902Fdc2d25
Octal6312021076510573345545
Binary110011101000010001000111110101001010111111011100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335088; }

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

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

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

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

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

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

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

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