#3745D9

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

Shades of Free Speech Blue #3745D9

Tints of Free Speech Blue #3745D9

Color information

#3745D9 (or 0x3745D9) is unknown color: approx Free Speech Blue. HEX triplet: 37, 45 and D9. RGB value is (55,69,217). Sum of RGB (Red+Green+Blue) = 55+69+217=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 217 (85.16% from 255 or 63.64% from 341); Max value from RGB is 217 - color contains mainly: blue. Hex color #3745D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3745D9 is #C8BA26. Grayscale: #515151. Windows color (decimal): -13154855 or 14239031. OLE color: 14239031.

HSL color Cylindrical-coordinate representation of color #3745D9: hue angle of 234.81º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3745D9 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5569217-
CMYK0.750.6800.15
HSL234.81º68.07%53.33%-
HSV(B)234.81º74.65%85.1%-
XYZ16.2310.0866.74-
YUV81.69204.36108.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.13%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 217 (85.16% from 255) = 63.64%
R=16.13%
G=20.23%
B=63.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal55692170.750.6800.15234.8168.0753.33
Hex3745D94B440Feb4435
Octal6710533111310401735310465
Binary1101111000101110110011001011100010001111111010111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3745D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3745D9; }

 p { color: rgb(55,69,217); }

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

<style>
 a { background-color: #3745D9; }

 a { background-color: rgb(55,69,217); }

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

<style>
 span { border-color: #3745D9; }

 span { border-color: rgb(55,69,217); }

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