#3359D6

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

Shades of Free Speech Blue #3359D6

Tints of Free Speech Blue #3359D6

Color information

#3359D6 (or 0x3359D6) is unknown color: approx Free Speech Blue. HEX triplet: 33, 59 and D6. RGB value is (51,89,214). Sum of RGB (Red+Green+Blue) = 51+89+214=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #3359D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3359D6 is #CCA629. Grayscale: #5B5B5B. Windows color (decimal): -13411882 or 14047539. OLE color: 14047539.

HSL color Cylindrical-coordinate representation of color #3359D6: hue angle of 226.01º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3359D6 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5189214-
CMYK0.760.5800.16
HSL226.01º66.53%51.96%-
HSV(B)226.01º76.17%83.92%-
XYZ17.0812.765.17-
YUV91.89196.9198.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.41%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 214 (83.98% from 255) = 60.45%
R=14.41%
G=25.14%
B=60.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51892140.760.5800.16226.0166.5351.96
Hex3359D64C3A010e24334
Octal631313261147202034210364
Binary1100111011001110101101001100111010010000111000101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3359D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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