#335385

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

Shades of Fun Blue #335385

Tints of Fun Blue #335385

Color information

#335385 (or 0x335385) is unknown color: approx Fun Blue. HEX triplet: 33, 53 and 85. RGB value is (51,83,133). Sum of RGB (Red+Green+Blue) = 51+83+133=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #335385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335385 is #CCAC7A. Grayscale: #4E4E4E. Windows color (decimal): -13413499 or 8737587. OLE color: 8737587.

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

Color convert

RGB5183133-
CMYK0.620.3800.48
HSL216.59º44.57%36.08%-
HSV(B)216.59º61.65%52.16%-
XYZ8.698.5823.39-
YUV79.13158.4107.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=19.10%
G=31.09%
B=49.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51831330.620.3800.48216.5944.5736.08
Hex3353853E26030d92d24
Octal6312320576460603315544
Binary110011101001110000101111110100110011000011011001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335385; }

 p { color: rgb(51,83,133); }

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

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

 a { background-color: rgb(51,83,133); }

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

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

 span { border-color: rgb(51,83,133); }

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