#3761C4

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

Shades of Free Speech Blue #3761C4

Tints of Free Speech Blue #3761C4

Color information

#3761C4 (or 0x3761C4) is unknown color: approx Free Speech Blue. HEX triplet: 37, 61 and C4. RGB value is (55,97,196). Sum of RGB (Red+Green+Blue) = 55+97+196=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 196 (76.95% from 255 or 56.32% from 348); Max value from RGB is 196 - color contains mainly: blue. Hex color #3761C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3761C4 is #C89E3B. Grayscale: #5F5F5F. Windows color (decimal): -13147708 or 12869943. OLE color: 12869943.

HSL color Cylindrical-coordinate representation of color #3761C4: hue angle of 222.13º degrees, saturation: 0.56, 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 #3761C4 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5597196-
CMYK0.720.5100.23
HSL222.13º56.18%49.22%-
HSV(B)222.13º71.94%76.86%-
XYZ15.8113.3553.97-
YUV95.73184.5998.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.80%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 196 (76.95% from 255) = 56.32%
R=15.80%
G=27.87%
B=56.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal55971960.720.5100.23222.1356.1849.22
Hex3761C44833017de3831
Octal67141304110630273367061
Binary110111110000111000100100100011001101011111011110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3761C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,97,196); }

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

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

 a { background-color: rgb(55,97,196); }

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

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

 span { border-color: rgb(55,97,196); }

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