#3754C4

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

Shades of Free Speech Blue #3754C4

Tints of Free Speech Blue #3754C4

Color information

#3754C4 (or 0x3754C4) is unknown color: approx Free Speech Blue. HEX triplet: 37, 54 and C4. RGB value is (55,84,196). Sum of RGB (Red+Green+Blue) = 55+84+196=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 196 (76.95% from 255 or 58.51% from 335); Max value from RGB is 196 - color contains mainly: blue. Hex color #3754C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3754C4 is #C8AB3B. Grayscale: #575757. Windows color (decimal): -13151036 or 12866615. OLE color: 12866615.

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

Color convert

RGB5584196-
CMYK0.720.5700.23
HSL227.66º56.18%49.22%-
HSV(B)227.66º71.94%76.86%-
XYZ14.7111.1453.6-
YUV88.1188.89104.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 196 (76.95% from 255) = 58.51%
R=16.42%
G=25.07%
B=58.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal55841960.720.5700.23227.6656.1849.22
Hex3754C44839017e43831
Octal67124304110710273447061
Binary110111101010011000100100100011100101011111100100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3754C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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