#335084

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

Shades of Fun Blue #335084

Tints of Fun Blue #335084

Color information

#335084 (or 0x335084) is unknown color: approx Fun Blue. HEX triplet: 33, 50 and 84. RGB value is (51,80,132). Sum of RGB (Red+Green+Blue) = 51+80+132=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #335084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335084 is #CCAF7B. Grayscale: #4D4D4D. Windows color (decimal): -13414268 or 8671283. OLE color: 8671283.

HSL color Cylindrical-coordinate representation of color #335084: hue angle of 218.52º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335084 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5180132-
CMYK0.610.3900.48
HSL218.52º44.26%35.88%-
HSV(B)218.52º61.36%51.76%-
XYZ8.48.1122.95-
YUV77.26158.89109.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=19.39%
G=30.42%
B=50.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51801320.610.3900.48218.5244.2635.88
Hex3350843D27030db2c24
Octal6312020475470603335444
Binary110011101000010000100111101100111011000011011011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335084; }

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

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

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

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

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

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

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

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