#3644C4

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

Shades of Free Speech Blue #3644C4

Tints of Free Speech Blue #3644C4

Color information

#3644C4 (or 0x3644C4) is unknown color: approx Free Speech Blue. HEX triplet: 36, 44 and C4. RGB value is (54,68,196). Sum of RGB (Red+Green+Blue) = 54+68+196=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 196 (76.95% from 255 or 61.64% from 318); Max value from RGB is 196 - color contains mainly: blue. Hex color #3644C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3644C4 is #C9BB3B. Grayscale: #4D4D4D. Windows color (decimal): -13220668 or 12862518. OLE color: 12862518.

HSL color Cylindrical-coordinate representation of color #3644C4: hue angle of 234.08º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3644C4 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5468196-
CMYK0.720.6500.23
HSL234.08º56.8%49.02%-
HSV(B)234.08º72.45%76.86%-
XYZ13.558.953.23-
YUV78.41194.36110.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 196 (76.95% from 255) = 61.64%
R=16.98%
G=21.38%
B=61.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal54681960.720.6500.23234.0856.849.02
Hex3644C44841017ea3931
Octal661043041101010273527161
Binary1101101000100110001001001000100000101011111101010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3644C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3644C4; }

 p { color: rgb(54,68,196); }

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

<style>
 a { background-color: #3644C4; }

 a { background-color: rgb(54,68,196); }

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

<style>
 span { border-color: #3644C4; }

 span { border-color: rgb(54,68,196); }

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