#3754D7

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

Shades of Free Speech Blue #3754D7

Tints of Free Speech Blue #3754D7

Color information

#3754D7 (or 0x3754D7) is unknown color: approx Free Speech Blue. HEX triplet: 37, 54 and D7. RGB value is (55,84,215). Sum of RGB (Red+Green+Blue) = 55+84+215=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #3754D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3754D7 is #C8AB28. Grayscale: #595959. Windows color (decimal): -13151017 or 14111799. OLE color: 14111799.

HSL color Cylindrical-coordinate representation of color #3754D7: hue angle of 229.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3754D7 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5584215-
CMYK0.740.6100.16
HSL229.12º66.67%52.94%-
HSV(B)229.12º74.42%84.31%-
XYZ17.0112.0665.72-
YUV90.26198.39102.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.54%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 215 (84.38% from 255) = 60.73%
R=15.54%
G=23.73%
B=60.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55842150.740.6100.16229.1266.6752.94
Hex3754D74A3D010e54335
Octal671243271127502034510365
Binary1101111010100110101111001010111101010000111001011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3754D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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