#3754BE

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

Shades of Free Speech Blue #3754BE

Tints of Free Speech Blue #3754BE

Color information

#3754BE (or 0x3754BE) is unknown color: approx Free Speech Blue. HEX triplet: 37, 54 and BE. RGB value is (55,84,190). Sum of RGB (Red+Green+Blue) = 55+84+190=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #3754BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3754BE is #C8AB41. Grayscale: #565656. Windows color (decimal): -13151042 or 12473399. OLE color: 12473399.

HSL color Cylindrical-coordinate representation of color #3754BE: hue angle of 227.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3754BE is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5584190-
CMYK0.710.5600.25
HSL227.11º55.1%48.04%-
HSV(B)227.11º71.05%74.51%-
XYZ14.0410.8750.07-
YUV87.41185.89104.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 190 (74.61% from 255) = 57.75%
R=16.72%
G=25.53%
B=57.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55841900.710.5600.25227.1155.148.04
Hex3754BE4738019e33730
Octal67124276107700313436760
Binary110111101010010111110100011111100001100111100011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3754BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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