#3754C1

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

Shades of Free Speech Blue #3754C1

Tints of Free Speech Blue #3754C1

Color information

#3754C1 (or 0x3754C1) is unknown color: approx Free Speech Blue. HEX triplet: 37, 54 and C1. RGB value is (55,84,193). Sum of RGB (Red+Green+Blue) = 55+84+193=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #3754C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3754C1 is #C8AB3E. Grayscale: #575757. Windows color (decimal): -13151039 or 12670007. OLE color: 12670007.

HSL color Cylindrical-coordinate representation of color #3754C1: hue angle of 227.39º 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 #3754C1 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5584193-
CMYK0.720.5600.24
HSL227.39º55.65%48.63%-
HSV(B)227.39º71.5%75.69%-
XYZ14.371151.82-
YUV87.76187.39104.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.57%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 193 (75.78% from 255) = 58.13%
R=16.57%
G=25.30%
B=58.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal55841930.720.5600.24227.3955.6548.63
Hex3754C14838018e33831
Octal67124301110700303437061
Binary110111101010011000001100100011100001100011100011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3754C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3754C1; }

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

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

<style>
 a { background-color: #3754C1; }

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

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

<style>
 span { border-color: #3754C1; }

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

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