#3649D6

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

Shades of Free Speech Blue #3649D6

Tints of Free Speech Blue #3649D6

Color information

#3649D6 (or 0x3649D6) is unknown color: approx Free Speech Blue. HEX triplet: 36, 49 and D6. RGB value is (54,73,214). Sum of RGB (Red+Green+Blue) = 54+73+214=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 214 (83.98% from 255 or 62.76% from 341); Max value from RGB is 214 - color contains mainly: blue. Hex color #3649D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3649D6 is #C9B629. Grayscale: #525252. Windows color (decimal): -13219370 or 14043446. OLE color: 14043446.

HSL color Cylindrical-coordinate representation of color #3649D6: hue angle of 232.88º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3649D6 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5473214-
CMYK0.750.6600.16
HSL232.88º66.12%52.55%-
HSV(B)232.88º74.77%83.92%-
XYZ16.0410.464.78-
YUV83.39201.71107.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.84%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 214 (83.98% from 255) = 62.76%
R=15.84%
G=21.41%
B=62.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54732140.750.6600.16232.8866.1252.55
Hex3649D64B42010e94235
Octal6611132611310202035110265
Binary11011010010011101011010010111000010010000111010011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3649D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,73,214); }

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

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

 a { background-color: rgb(54,73,214); }

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

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

 span { border-color: rgb(54,73,214); }

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