#3359CC

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

Shades of Free Speech Blue #3359CC

Tints of Free Speech Blue #3359CC

Color information

#3359CC (or 0x3359CC) is unknown color: approx Free Speech Blue. HEX triplet: 33, 59 and CC. RGB value is (51,89,204). Sum of RGB (Red+Green+Blue) = 51+89+204=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #3359CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3359CC is #CCA633. Grayscale: #5A5A5A. Windows color (decimal): -13411892 or 13392179. OLE color: 13392179.

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

Color convert

RGB5189204-
CMYK0.750.5600.2
HSL225.1º60%50%-
HSV(B)225.1º75%80%-
XYZ15.8412.2158.65-
YUV90.75191.9199.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.83%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 204 (80.08% from 255) = 59.30%
R=14.83%
G=25.87%
B=59.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51892040.750.5600.2225.16050
Hex3359CC4B38014e13c32
Octal63131314113700243417462
Binary110011101100111001100100101111100001010011100001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3359CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3359CC; }

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

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

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

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

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

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

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

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