#335184

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

Shades of Fun Blue #335184

Tints of Fun Blue #335184

Color information

#335184 (or 0x335184) is unknown color: approx Fun Blue. HEX triplet: 33, 51 and 84. RGB value is (51,81,132). Sum of RGB (Red+Green+Blue) = 51+81+132=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #335184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335184 is #CCAE7B. Grayscale: #4D4D4D. Windows color (decimal): -13414012 or 8671539. OLE color: 8671539.

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

Color convert

RGB5181132-
CMYK0.610.3900.48
HSL217.78º44.26%35.88%-
HSV(B)217.78º61.36%51.76%-
XYZ8.478.2522.98-
YUV77.84158.56108.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 132 (51.95% from 255) = 50%
R=19.32%
G=30.68%
B=50%

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
Decimal51811320.610.3900.48217.7844.2635.88
Hex3351843D27030da2c24
Octal6312120475470603325444
Binary110011101000110000100111101100111011000011011010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335184; }

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

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

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

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

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

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

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

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