#3753C3

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

Shades of Free Speech Blue #3753C3

Tints of Free Speech Blue #3753C3

Color information

#3753C3 (or 0x3753C3) is unknown color: approx Free Speech Blue. HEX triplet: 37, 53 and C3. RGB value is (55,83,195). Sum of RGB (Red+Green+Blue) = 55+83+195=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 195 (76.56% from 255 or 58.56% from 333); Max value from RGB is 195 - color contains mainly: blue. Hex color #3753C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3753C3 is #C8AC3C. Grayscale: #565656. Windows color (decimal): -13151293 or 12800823. OLE color: 12800823.

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

Color convert

RGB5583195-
CMYK0.720.5700.24
HSL228º56%49.02%-
HSV(B)228º71.79%76.47%-
XYZ14.5210.9452.98-
YUV87.4188.72104.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.52%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 195 (76.56% from 255) = 58.56%
R=16.52%
G=24.92%
B=58.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal55831950.720.5700.242285649.02
Hex3753C34839018e43831
Octal67123303110710303447061
Binary110111101001111000011100100011100101100011100100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3753C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3753C3; }

 p { color: rgb(55,83,195); }

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

<style>
 a { background-color: #3753C3; }

 a { background-color: rgb(55,83,195); }

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

<style>
 span { border-color: #3753C3; }

 span { border-color: rgb(55,83,195); }

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