#335DCC

Color #335DCC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #335DCC

Tints of Free Speech Blue #335DCC

Color information

#335DCC (or 0x335DCC) is unknown color: approx Free Speech Blue. HEX triplet: 33, 5D and CC. RGB value is (51,93,204). Sum of RGB (Red+Green+Blue) = 51+93+204=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #335DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DCC is #CCA233. Grayscale: #5C5C5C. Windows color (decimal): -13410868 or 13393203. OLE color: 13393203.

HSL color Cylindrical-coordinate representation of color #335DCC: hue angle of 223.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #335DCC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5193204-
CMYK0.750.5400.2
HSL223.53º60%50%-
HSV(B)223.53º75%80%-
XYZ16.1812.8958.76-
YUV93.1190.5997.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.66%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 204 (80.08% from 255) = 58.62%
R=14.66%
G=26.72%
B=58.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51932040.750.5400.2223.536050
Hex335DCC4B36014e03c32
Octal63135314113660243407462
Binary110011101110111001100100101111011001010011100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335DCC; }

 p { color: rgb(51,93,204); }

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

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

 a { background-color: rgb(51,93,204); }

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

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

 span { border-color: rgb(51,93,204); }

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