#3740E0

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

Shades of Free Speech Blue #3740E0

Tints of Free Speech Blue #3740E0

Color information

#3740E0 (or 0x3740E0) is unknown color: approx Free Speech Blue. HEX triplet: 37, 40 and E0. RGB value is (55,64,224). Sum of RGB (Red+Green+Blue) = 55+64+224=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 224 (87.89% from 255 or 65.31% from 343); Max value from RGB is 224 - color contains mainly: blue. Hex color #3740E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3740E0 is #C8BF1F. Grayscale: #4E4E4E. Windows color (decimal): -13156128 or 14696503. OLE color: 14696503.

HSL color Cylindrical-coordinate representation of color #3740E0: hue angle of 236.8º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3740E0 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5564224-
CMYK0.750.7100.12
HSL236.8º73.16%54.71%-
HSV(B)236.8º75.45%87.84%-
XYZ16.869.8671.54-
YUV79.55209.52110.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.03%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 224 (87.89% from 255) = 65.31%
R=16.03%
G=18.66%
B=65.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal55642240.750.7100.12236.873.1654.71
Hex3740E04B470Ced4937
Octal6710034011310701435511167
Binary1101111000000111000001001011100011101100111011011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3740E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3740E0; }

 p { color: rgb(55,64,224); }

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

<style>
 a { background-color: #3740E0; }

 a { background-color: rgb(55,64,224); }

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

<style>
 span { border-color: #3740E0; }

 span { border-color: rgb(55,64,224); }

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