#335CCC

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

Shades of Free Speech Blue #335CCC

Tints of Free Speech Blue #335CCC

Color information

#335CCC (or 0x335CCC) is unknown color: approx Free Speech Blue. HEX triplet: 33, 5C and CC. RGB value is (51,92,204). Sum of RGB (Red+Green+Blue) = 51+92+204=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #335CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CCC is #CCA333. Grayscale: #5C5C5C. Windows color (decimal): -13411124 or 13392947. OLE color: 13392947.

HSL color Cylindrical-coordinate representation of color #335CCC: hue angle of 223.92º 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 #335CCC is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5192204-
CMYK0.750.5500.2
HSL223.92º60%50%-
HSV(B)223.92º75%80%-
XYZ16.0912.7258.73-
YUV92.51190.9298.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.70%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 204 (80.08% from 255) = 58.79%
R=14.70%
G=26.51%
B=58.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51922040.750.5500.2223.926050
Hex335CCC4B37014e03c32
Octal63134314113670243407462
Binary110011101110011001100100101111011101010011100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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