#3745c1

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

Shades of Free Speech Blue #3745C1

Tints of Free Speech Blue #3745C1

Color information

#3745C1 (or 0x3745C1) is unknown color: approx Free Speech Blue. HEX triplet: 37, 45 and C1. RGB value is (55,69,193). Sum of RGB (Red+Green+Blue) = 55+69+193=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #3745C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3745C1 is #C8BA3E. Grayscale: #4E4E4E. Windows color (decimal): -13154879 or 12666167. OLE color: 12666167.

HSL color Cylindrical-coordinate representation of color #3745C1: hue angle of 233.91º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3745C1 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5569193-
CMYK0.720.6400.24
HSL233.91º55.65%48.63%-
HSV(B)233.91º71.5%75.69%-
XYZ13.338.9251.47-
YUV78.95192.36110.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 193 (75.78% from 255) = 60.88%
R=17.35%
G=21.77%
B=60.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal55691930.720.6400.24233.9155.6548.63
Hex3745C14840018ea3831
Octal671053011101000303527061
Binary1101111000101110000011001000100000001100011101010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3745c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3745c1; }

 p { color: rgb(55,69,193); }

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

<style>
 a { background-color: #3745c1; }

 a { background-color: rgb(55,69,193); }

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

<style>
 span { border-color: #3745c1; }

 span { border-color: rgb(55,69,193); }

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