#335085

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

Shades of Fun Blue #335085

Tints of Fun Blue #335085

Color information

#335085 (or 0x335085) is unknown color: approx Fun Blue. HEX triplet: 33, 50 and 85. RGB value is (51,80,133). Sum of RGB (Red+Green+Blue) = 51+80+133=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #335085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335085 is #CCAF7A. Grayscale: #4D4D4D. Windows color (decimal): -13414267 or 8736819. OLE color: 8736819.

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

Color convert

RGB5180133-
CMYK0.620.4000.48
HSL218.78º44.57%36.08%-
HSV(B)218.78º61.65%52.16%-
XYZ8.478.1323.31-
YUV77.37159.39109.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 133 (52.34% from 255) = 50.38%
R=19.32%
G=30.30%
B=50.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51801330.620.4000.48218.7844.5736.08
Hex3350853E28030db2d24
Octal6312020576500603335544
Binary110011101000010000101111110101000011000011011011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335085; }

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

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

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

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

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

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

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

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